On Jan 23, 2008 6:53 PM, Daniel Schwen lists@schwen.de wrote:
That would be the obvious choice. But unfortunately there seems to be no way to realize that in PHP. And furthermore if the fifo has no listener
How do I get a stream object to pass to stream_select? fopen? fopen is already blocking if my fifo listener is dead. --
[[en:User:Dschwen]] [[de:Benutzer:Dschwen]] [[commons:User:Dschwen]]
Toolserver-l mailing list Toolserver-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/toolserver-l
Ah I assumed that the blocking occurred in fread. stream_select won't work for fopen :(
Bryan