brucoder wrote:

Currently, when sending a data stream that exceeds 1024 bytes via
stdin, the stream blocks at the 1024th byte.  This precludes completion
of the submission of the data stream.

But surely the blocking will only last as long as the consuming process leaves buffered input unread?

regards
 Steve
--
Steve Holden               http://www.holdenweb.com/
Python Web Programming  http://pydish.holdenweb.com/
Holden Web LLC      +1 703 861 4237  +1 800 494 3119
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to