socket programming strategy

Ype Kingma ykingma at accessforall.nl
Sun Jan 19 03:59:14 EST 2003


Jeethu Rao wrote:

> I've been writing a multi threaded server,
> Can't use select, because there'll be a bit number
> crunching to do.

You can use blocking select when you do the crunching
on another thread. 

Have fun,
Ype


-- 
email at xs4all.nl




More information about the Python-list mailing list