More Component Scaling, Now In Python

November 8, 2008

Ralph Meijer responded to yesterday’s post about component scaling with code. It’s a Wokkel component that proxies and load balances other components. The advantage of this code over ejabberd’s solution is that it is server independent; it will work on whatever server supports the component protocol.

The code is available here.

As if we needed any more proof that Wokkel and Twisted Python were the best ways to write XMPP software. Pretty cool, Ralph!

:EXTENDED:

More Component Scaling, Now In Python - November 8, 2008 - Jack Moffitt