[EMAIL PROTECTED] wrote:
On 27 Jan 2007 at 13:20, Also Sprach Jörg Walter:
So while a simple plugin would be enough for development purposes, when you go
live you have to enhance that plugin to support asynchronous operation.
That's not too hard, we're still talking about no more than 100 lines of
code, but it's something to keep in mind.
Would I be correct in thinking that the way to do asynch, given a job that blocks for N
seconds, would be to fork/exec and use danga to listen on an agreed socket?
Yes. Though you have to be careful to close the listening socket in the
forked child otherwise it might try and process connections (i.e. port
80 connections).
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]