[Tutor] Shared FIFO?

Allen Fowler allen.fowler at yahoo.com
Mon May 18 05:36:50 CEST 2009


Hello,

I have several CGI scripts that I would like coordinate via a "First In / First Out" style buffer.    That is, some processes are adding work units, and some take the oldest and start work on them.

What is the right way to do this?    I suppose I could use an SQL server or SQlite , but that seems very complex for just a FIFO.

Thank you,
:)



      



More information about the Tutor mailing list