Hi, Derick
Please visit http://fastcgi.coremail.cn, source code and doc there ^_^
Thanks
Qingfeng Pan
"Derick Rethans" <[EMAIL PROTECTED]>
news:[EMAIL PROTECTED]
> Hey,
>
> sounds cool, do you have any code to show as I'm interested in trying it
> out.
>
> regards,
> Derick
>
>
> On Mon, 5
For example, usleep() is not thread-safe on Solaris, and I can grep this
function call from the source codes( I don't make a deep look, it may be my
misunderstand...), but that explain how hard the review jobs are.
"Lester Caine" <[EMAIL PROTECTED]>
news:[EMAIL PROTECTED]
> Lester Caine wrote
Yes, it's right, there is no problem if Apache2 in prefork MPM mode, but I
will prefer Apache1 if I don't need a thread-enable Web server...
"Christian Schneider" <[EMAIL PROTECTED]>
news:[EMAIL PROTECTED]
> Lester Caine wrote:
> > Well is it approved for use with Apache2?
>
> Correct me if
I think Fastcgi is a solution to make non-threadsafe PHP extionsion to work
with Apache2... that's why I develop my
Apache2 module mod_fcgid, it's available on fastcgi.coremail.cn.
I think the community will not accept this module as a part of PHP now, but
I will make another try when the PHP5.1 is
It's a simple modification, and will not conflict with the previous version.
Please reconsider it...
If the environment PHP_FCGI_NOFORK is set, then now useless fastcgi processs
is spawned.
I make this patch is because my Apache2 module(http://fastcgi.coremail.cn)
work on UNIX domain socket, and d