Recently (in the last month or so) I've noticed that when I connect with a second resource PyAIMt doesn't send me presence or anything. Are the PyAIMt and PyICQt transports supposed to handle this?
On a slightly different note: If the transport takes a really long time (because of lots of swapping going on - load avg of ~10) to connect to the aim/icq servers, what happens? would this fail silently, or generate an error stanza (like PyMSNt does)? I think I might be having the same issues with PyAIMt that I was having with PyMSNt before I extended the connect timeout from 30 to 300 seconds. -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ From [EMAIL PROTECTED] Mon May 1 21:03:21 2006 From: [EMAIL PROTECTED] (Safford, Brian) Date: Mon May 1 21:03:09 2006 Subject: [py-transports] PyAIMt in production Message-ID: <[EMAIL PROTECTED]> Is anyone running PyAIMt in a production environment with thousands of connections? We're currently running the aim-transport 'c' code transport and have upwards of 4,000 concurrent connections spread across 12 jabberd 1.4.4 processes on a single HP DL 380 G4 ( 2 CPU / 2GB RAM ). I'm curious how much more server capacity I'll need to convert these to PyAIMt. Thanks in advance, Brian Safford Electronic Data Systems From [EMAIL PROTECTED] Mon May 1 22:37:56 2006 From: [EMAIL PROTECTED] (Daniel Henninger) Date: Mon May 1 22:38:05 2006 Subject: [py-transports] multiple resources with pyaimt In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> > Recently (in the last month or so) I've noticed that when I connect > with a second resource PyAIMt doesn't send me presence or anything. > Are the PyAIMt and PyICQt transports supposed to handle this? When you say it doesn't send you presence or anything, do you mean the jid of the transport itself, or all of your contacts, or what? Yes, multiple resources are supposed to work. =) > On a slightly different note: If the transport takes a really long > time (because of lots of swapping going on - load avg of ~10) to > connect to the aim/icq servers, what happens? would this fail > silently, or generate an error stanza (like PyMSNt does)? I haven't the slightest idea really. It's nothing I've ever been able to reproduce so I haven't been able to throw in a patch to fix it. =/ > I think I might be having the same issues with PyAIMt that I was > having with PyMSNt before I extended the connect timeout from 30 to > 300 seconds. I must admit I wasn't really paying attention to that thread, can you give me a brief summary of what was going on? Daniel > > -- > - 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
