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
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!
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
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
> Message
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
python-wi
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 no
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
Hi!
+1 ; for me:
- Vista: 10.55 sec
- XP: 0.16 sec
@-salutations
--
Michel Claveau
___
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
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 !
Does