On Wed, Dec 10, 2008 at 2:27 PM, Justin Wyllie <[EMAIL PROTECTED]> wrote: > However if Apache uses > child processes sequentially - i.e there is no danger of that child process > being used simultaneously by two requests I think I should be ok. I think > this is what Perrin was confirming?
Yes, that's right. And Todd's advice about avoiding another SELECT is good. - Perrin