Adjusting the 1024 byte stdin buffer limit

Steve Holden steve at holdenweb.com
Mon Jan 17 15:16:10 EST 2005


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



More information about the Python-list mailing list