On 10/26/06, Brian Safford <[EMAIL PROTECTED]> wrote:
I have no practical python knowledge - is why I ask questions here :-)
no problem.
That whole idea of a load balancer is that a user could get connected to any one of the instances, so that user's data needs to be available to *all* the transports.
hrm, unless you set the load balancer so the same users always use the same transport. I'm not sure if XCP can do this.
The other transports use xml files or MySQL tables - any chance that this one could do the same?
With a fair amount of changes :-P (actually any object that would allow 'dictionary' based access, and supports the sync method)
I'd love to be able to test this with Jabber XCP, but in order to do so it has to run multiple instances and share the data.
see if XCP will allow to you change the way it does the load balancing. -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ _______________________________________________ py-transports mailing list [email protected] http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
