[Twisted-Python] Opening a fifo

Paul Thomas pthomas at spongelava.com
Fri Nov 14 03:59:31 EST 2008


Hi,

I've run into a small problem where my twisted application needs to  
open a fifo to talk to another process. On Linux at least, the open  
blocks until the other end of the fifo is opened and this is blocking  
my reactor.

Is there a straight-forward mechanism to asynchronously open the fifo?  
Or will I have to do something with threads?

Thanks,
pt.




More information about the Twisted-Python mailing list