Async Client with 1K connections?

Paul Rubin http
Tue Feb 10 13:55:22 EST 2004


Bill Scherer <Bill.Scherer at verizonwireless.com> writes:
> >The data get written to files or sockets, so no GUI needed.
> >
> Writing to files could slow you down a lot, depending on how much
> needs to be written, how fast your disks are,  how you go about
> getting the data from the async client to the file, etc..  Much of the
> same goes for sockets, too.

That's a good point, you should put everything into one file serially,
then sort it afterwards to separate out data from individual
connections.



More information about the Python-list mailing list