Hi, I just realized that the next wish of mine is also interesting for transports: http://www.jabber.ru/bugzilla/show_bug.cgi?id=89
-- Mvg, Sander Devrieze. xmpp:[EMAIL PROTECTED] ( http://jabber.tk/ ) From [EMAIL PROTECTED] Fri Jun 24 18:56:18 2005 From: [EMAIL PROTECTED] (Gaston Dombiak) Date: Fri Jun 24 18:56:31 2005 Subject: [py-transports] PyAIMt is not connecting and CPU consumption is high Message-ID: <[EMAIL PROTECTED]> Hey all, I'm using WindowsXP (SP2), Python 2.3.5, Twisted 1.3.0, pyCrytpo 2.0 and pyOpenSSL 0.6. I was able to start PyMSN 0.9.3 and connect to a Jive Messenger server. But I ran out of luck when trying with PyAIM 0.5 >From the command line window I execute "python main.py" and it seems that the process is launched in background since I have again the command line. Checking at the Windows Task Manager I see the python process running. However, I don't see any connection being established to the server. FYI, I'm using the same configuration I used for PyMSN (ie. same mainServer and port). FYI, after I updated to Twisted 2.0.1 for Python 2.3 I got the same result. Here is more weird information. I'm running McAfee and when I launched PyAIM the mcshield.exe process was consuming 60% of the CPU. I closed the command line window (thus killing the python process) and the mcshield.exe process went back to 0%. So my next step was to disable McAfee. This time the CSRSS.EXE process was consuming 80% of the CPU when I launched PyAIM. None of this happens when using PyMSN. Thanks for your help. Regards, -- Gato -------------- next part -------------- An HTML attachment was scrubbed... URL: http://modevia.com/pipermail/py-transports/attachments/20050624/62e254a2/attachment.html From [EMAIL PROTECTED] Fri Jun 24 21:45:51 2005 From: [EMAIL PROTECTED] (Daniel Henninger) Date: Fri Jun 24 21:45:47 2005 Subject: [py-transports] PyAIMt is not connecting and CPU consumption is high In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> I have no direct experience with running PyAIM under Windows. However, have you tried running: python main.py -D to get debugging output? It will output to the screen and you can see what might be going on. It sounds like McAfee is preventing PyAIM from doing something, which then causes PyAIM to try again, mcafee to stop it...etc etc and it's driving McAfee nuts. That's just a guess though. Daniel -- "The most addictive drug in the world is music." - The Lost Boyz > Hey all, > > > > I'm using WindowsXP (SP2), Python 2.3.5, Twisted 1.3.0, pyCrytpo 2.0 and > pyOpenSSL 0.6. I was able to start PyMSN 0.9.3 and connect to a Jive > Messenger server. But I ran out of luck when trying with PyAIM 0.5 > > >>From the command line window I execute "python main.py" and it seems > that the process is launched in background since I have again the > command line. Checking at the Windows Task Manager I see the python > process running. However, I don't see any connection being established > to the server. FYI, I'm using the same configuration I used for PyMSN > (ie. same mainServer and port). > > > > FYI, after I updated to Twisted 2.0.1 for Python 2.3 I got the same > result. > > Here is more weird information. I'm running McAfee and when I launched > PyAIM the mcshield.exe process was consuming 60% of the CPU. I closed > the command line window (thus killing the python process) and the > mcshield.exe process went back to 0%. So my next step was to disable > McAfee. This time the CSRSS.EXE process was consuming 80% of the CPU > when I launched PyAIM. None of this happens when using PyMSN. > > > > Thanks for your help. > > > Regards, > > -- Gato > > > > > _______________________________________________ > py-transports mailing list > [email protected] > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports >
