SimpleXMLRPCServer performance issue in MSWin

danu kusmana danu_milis at yahoo.com
Mon May 31 10:34:22 EDT 2004


When I ran the server script on Windows platform is
running very slow. The log printed automatically by
the SimpleXMLRPCServer class; I assumed, is processing
every 5 second each process if 1 client connected. If
1 more client accessed the time is decreasing half of
the first. But compared when the server script running
on Linux is much to slow. 

Maybe I also forgot mention before that if the script
running on Windows its only processing 1 thread/Main
thread are being processed, even when 2 or more
clients are connected.

Is it the class it self or something else I should
have know?

Thanx

danu

--- Brian Quinlan <brian at sweetapp.com> wrote:
> danu kusmana wrote:
> > Hi
> > 
> > Im trying to figure out why the same server script
> I
> > use is running slower in Windows than in Linux.
> 
> Please provide more details e.g. timings, whether
> the performance 
> problem is found in the client/server/both, etc.
> 
> Cheers,
> Brian



	
		
__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 




More information about the Python-list mailing list