On 29/12/2010 10:52, Mike Meyer wrote: > > The current code actually works fine - except for this timing > issue. If I kill apache in the middle of handling a reversal, and > restart it, the first connection will cause the unfinished reversal to > be finished. I'm trying to find some way to make this happen at > startup, instead of on the first connection. > > <mike
Maybe try something simpler? Write a script which fires at apache startup and just makes a dummy request to trigger the queue? I know that's a lot less fun and less elegant ;), but will it get the job done? Issac