lists.zerezo.com
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
***BOGO*** Re: Queues on MySQL?
- Date: Tue, 1 Jul 2008 14:26:19 -0700
- From: "Waynn Lue" <waynnlue@xxxxxxxxx>
- Subject: ***BOGO*** Re: Queues on MySQL?
>>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/mysql?unsub=royale@xxxxxxxxxx