Letsgetdugg

Random tech jargon

Browsing the tag perlbal

http://github.com/victori/perlbal-plugin-mogilefs Key features – Asynchronous, does not stall the Perlbal event loop. – Converts URL paths to MogileFS fetch keys. – Failover to filesystem if key fetch failed. – Pretty statistics in Perlbal’s Management console. Its freaking awesome 😉 On a side note, I have also updated my other two Perlbal plugins. http://github.com/victori/perlbal-plugin-stickysessions – Session […]

Tagged with ,

*Update* Patches got accepted into MogileFS Trunk 😉 Just go check out trunk, it has all my patches already included. http://code.sixapart.com/svn/mogilefs/trunk/ The only thing you need is my mogstored disk patch which is still pending. All the issues revolving around postgresql and solaris have been already included in trunk. I fixed a few issues with […]

You might find this plugin nifty if you have multiple application servers processing requests. The Perlbal BackendHeaders plugin appends X-Backend headers with which backend served the request. Update 06/26/09 Now on github perlbal-plugin-backendheaders syris:~ victori$ curl -I http://fabulously40.com/questions HTTP/1.1 200 OK Server: nginx/0.7.52 Content-Type: text/html; charset=utf-8 Expires: Thu, 01 Jan 1970 00:00:00 GMT Content-Language: en […]

Tagged with ,

I *really* needed session affinity for our wicket application. HAproxy does session affinity but can’t be reconfigured at runtime without a restart. Perlbal is much more configurable, it lets you add and remove nodes in a pool at runtime. This makes deploying a new version of our web application a lot easier. I have the […]

Tagged with , ,