Bah, forgot to reply-all On Tue, Feb 1, 2011 at 11:59 AM, Jon Hood <squinky86@xxxxxxxxx> wrote: > Using pcntl_fork mostly accomplished what I wanted (I had to go back and > create the actual connection in each of the forked processes, otherwise, the > first process that ended would destroy the connection to the main DB). It > seems to be working, and while it's not the most elegant solution, and > certainly not the best performance, it's all I can do for now. > > Any chance I can bring up the topic of native multithreading support? What > are the chances of feature request http://bugs.php.net/bug.php?id=46919getting added to a roadmap for, say, PHP version 7? > > -Jon >