On Jan 23, 2008 6:53 PM, Daniel Schwen <[EMAIL PROTECTED]> 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 > > http://nl2.php.net/manual/fi/function.stream-select.php ? > > 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 > [email protected] > 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 _______________________________________________ Toolserver-l mailing list [email protected] http://lists.wikimedia.org/mailman/listinfo/toolserver-l
