Re: implementing a set of queue-processing servers

2002-11-16 Thread Stephen Adkins
At 02:09 PM 11/15/2002 -0500, Rocco Caputo wrote: On Fri, Nov 15, 2002 at 11:45:33AM -0500, Stephen Adkins wrote: QUESTIONS: * What queue mechanism would you use, assuming all of the writers and readers are on the same system? (IPC::Msg? MsgQ?) If speed is a major factor, I

Re: implementing a set of queue-processing servers

2002-11-16 Thread Stephen Adkins
At 02:09 PM 11/15/2002 -0500, Rocco Caputo wrote: On Fri, Nov 15, 2002 at 11:45:33AM -0500, Stephen Adkins wrote: QUESTIONS: * What queue mechanism would you use, assuming all of the writers and readers are on the same system? (IPC::Msg? MsgQ?) If speed is a major factor, I

Re: implementing a set of queue-processing servers

2002-11-16 Thread Stephen Adkins
At 08:59 PM 11/15/2002 +0100, Valerio_Valdez Paolini wrote: On Fri, 15 Nov 2002, Stephen Adkins wrote: You seem to advocate Apache/mod_perl for end-user (returning HTML) and server-to-server (RPC) use. That makes sense. But it doesn't seem to make sense for my family of servers that spend