distributed computing implementations

Irmen de Jong irmen at -NOSPAM-REMOVE-THIS-xs4all.nl
Fri Apr 11 14:34:36 EDT 2003


Robin Becker wrote:
> In article <3e96f481$0$49099$e4fe514c at news.xs4all.nl>, Irmen de Jong
> <irmen at -NOSPAM-REMOVE-THIS-xs4all.nl> writes
> 
>>Sending lots of ints to the server
>>Time to send 5000 ints, 4.586772 (0.000917 per call)
>>
> 
> is that 5000 connections with new sockets? Seems really fast to me.

No, Pyro reuses socket connections for method calls.

--Irmen





More information about the Python-list mailing list