Re: [PHP] PHP Threads (Language) extension?

2008-07-26 Thread Eric Butera
On Sat, Jul 26, 2008 at 6:04 PM, Jason Knight <[EMAIL PROTECTED]> wrote: > I can't find an extension that would allow you to use the PSOIX thread > functions in PHP. I know of the pcntl_ functions but fork() just won't do > it for me, I need access to real threads. > > I started writing an extensi

[PHP] PHP Threads (Language) extension?

2008-07-26 Thread Jason Knight
I can't find an extension that would allow you to use the PSOIX thread functions in PHP. I know of the pcntl_ functions but fork() just won't do it for me, I need access to real threads. I started writing an extension to supply an API to POSIX threads but then decided to ask here first to see if