How to send a var to stdin of an external software

Bryan Olson fakeaddress at nowhere.org
Tue Mar 25 22:49:04 EDT 2008


Benjamin Watine wrote:
> OK, so if I understand well what you said, using queue allow to be sure 
> that the data is passed in totality before coninuing with next 
> instruction. That make sense.

Right.

> Using thread and queue seems to be very more slow than using files 
> redirection with bash. I'll see if it make a great load average and/or 
> I/O time.

Hmmm... you might try increasing the buffer size.


-- 
--Bryan




More information about the Python-list mailing list