>>Thanks for the suggestion--is that essentially using
>>http://www.php.net/posix_mkfifo within PHP?
>>
> [JS] Yes, that's what I had in mind. Be warned, though: I've never used this
> from PHP; and, although I found no references to this in the PHP
> documentation, I couldn't find the POSIX functions in a Windows
> installation.

Hm, I've spent some more time investigating this, and I'm not sure
it'll work quite as expected.  It looks like it's a blocking write to
the pipe, which means it'll block until a reader actually acts on the
pipe.

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to