Re: Cost of Queue.put

2008-03-17 Thread Gabriel Genellina
On 18 mar, 01:13, James <[EMAIL PROTECTED]> wrote: > Basically, what I need is a multi-process safe persistent quick queue. > The arrangement I had was a simple XML-RPC service running on the web > server which the various web server threads POST the relevant search > engine updates to. These upda

Cost of Queue.put

2008-03-17 Thread James
Hi all, I'm struggling with the following problem: I need to disconnect a web service invocation from the addition of some content to a search engine, so that the web service will always return in reasonable time. Basically, what I need is a multi-process safe persistent quick queue. The arrangem