In <[EMAIL PROTECTED]>, KraftDiner wrote: > If you don't know how long your input data is going to be how can you > at least treat it a text line at a time... like looking for new line in > the data... Right now recv blocks. Yes I could do a select, but the > examples seem a bit complicated for a simple line oriented input...
This is already done in the `asyncore` and `asynchat` modules of the standard library. Ciao, Marc 'BlackJack' Rintsch -- http://mail.python.org/mailman/listinfo/python-list