Code review comment for lp:~nuclearbob/utah/rsyslog-client

Revision history for this message
Andy Doan (doanac) wrote :

On 04/17/2013 12:45 PM, Max Brustkern wrote:
> As for subprocess stuff, what do you think about something like this:
> http://stackoverflow.com/questions/375427/non-blocking-read-on-a-subprocess-pipe-in-python

that stinks. in C a pipe is normal FD and you can do select stuff. I
guess threads are the way to go.

« Back to merge proposal