Re: [python-win32] Windows Vista slow down Python xmlrpc

2008-03-07 Thread caxelrud
Hi, I changed localhost to 127.0.0.1 and worked as fast as the XP. Thanks, Michel Claveau wrote: Hi! If you replace localhost by 127.0.0.1, Vista become fast... e.g. :s=xmlrpclib.ServerProxy(http://127.0.0.1:8080;) I think that it's a name resolution problem...

Re: [python-win32] Windows Vista slow down Python xmlrpc

2008-03-07 Thread Michel Claveau
Thanks for the return. Another thing: do you have sun in NL? ;-) Michel Claveau ; Ardèche ; France. ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

[python-win32] Windows Vista slow down Python xmlrpc

2008-03-06 Thread caxelrud
I tried the following simple code for client-server comunication with xmlrpc in Wiindows XP and Windows Vista (Python 2.5(r25:51908)). The Vista hardware was classified as 2x faster then the other. I got the following results: Vista: 10.1 sec XP: 0.12 sec The XP was about 100 times faster !

Re: [python-win32] Windows Vista slow down Python xmlrpc

2008-03-06 Thread Tim Roberts
caxelrud wrote: I tried the following simple code for client-server comunication with xmlrpc in Wiindows XP and Windows Vista (Python 2.5(r25:51908)). The Vista hardware was classified as 2x faster then the other. I got the following results: Vista: 10.1 sec XP: 0.12 sec The XP was about

Re: [python-win32] Windows Vista slow down Python xmlrpc

2008-03-06 Thread Paul Moore
On 06/03/2008, Tim Roberts [EMAIL PROTECTED] wrote: caxelrud wrote: The XP was about 100 times faster ! Does anybody now how to seepup the Vista execution? Yes: upgrade to Windows XP. ;) Is it also possible that Vista has some form of firewall enabled by default, that is not on XP?

Re: [python-win32] Windows Vista slow down Python xmlrpc

2008-03-06 Thread Michel Claveau
Hi! If you replace localhost by 127.0.0.1, Vista become fast... e.g. :s=xmlrpclib.ServerProxy(http://127.0.0.1:8080;) I think that it's a name resolution problem... @-salutations -- Michel Claveau ___ python-win32 mailing list

Re: [python-win32] Windows Vista slow down Python xmlrpc

2008-03-06 Thread Mike Driscoll
Paul, Message: 8 Date: Thu, 6 Mar 2008 19:31:59 + From: Paul Moore [EMAIL PROTECTED] Subject: Re: [python-win32] Windows Vista slow down Python xmlrpc To: Tim Roberts [EMAIL PROTECTED] Cc: Python-Win32 List python-win32@python.org Message-ID: [EMAIL PROTECTED] Content-Type

Re: [python-win32] Windows Vista slow down Python xmlrpc

2008-03-06 Thread Michel Claveau
Re! In the same direction, I had: - reduce the size of HOSTS (delete all SpyBot Search Destroy entries) - set all rights on HOSTS - in my antivirus (Avast-Pro), set HOSTS like an exception (no resident scan on him) - use http://127.0.0.1:8080 (for the client, needless for