Re: [PHP-DEV] CVS Account Request: pqf

2004-07-10 Thread Thomas Seifert
On Sun, 11 Jul 2004 00:29:15 +0800, Qingfeng Pan wrote: > Hi, > There are two other apache2 modules(apache2filter&apache2handler) > included in php distribution, so I did not even think about it when i > submited the request... I still hope the module can be included. > Hi, not to be misin

Re: [PHP-DEV] CVS Account Request: pqf

2004-07-10 Thread Qingfeng Pan
Hi, There are two other apache2 modules(apache2filter&apache2handler) included in php distribution, so I did not even think about it when i submited the request... I still hope the module can be included. Thanks "Wez Furlong" <[EMAIL PROTECTED]> news:[EMAIL PROTECTED] > Now, why does th

Re: [PHP-DEV] CVS Account Request: pqf

2004-07-10 Thread Qingfeng Pan
Hi, Sorry, I did not have any benchmark yet, and I don't think I can give out an objective benchmark ^_^ Thanks "Thomas Seifert" <[EMAIL PROTECTED]> news:[EMAIL PROTECTED] > Hi, > > that sounds really interesting. > Kind of a connection pool held in one "group" of php-processes. > > Di

Re: [PHP-DEV] CVS Account Request: pqf

2004-07-10 Thread Wez Furlong
Now, why does this apache module belong in the php distro? Shouldn't you be talking to the apache people instead? --Wez. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] CVS Account Request: pqf

2004-07-10 Thread Thomas Seifert
Hi, that sounds really interesting. Kind of a connection pool held in one "group" of php-processes. Did you do any benchmarks with your FCGI-implementation vs. mod_php ? TIA, thomas On Sat, 10 Jul 2004 09:22:34 +0800 [EMAIL PROTECTED] (Qingfeng Pan) wrote: > Hi, all >Improvement in

Re: [PHP-DEV] CVS Account Request: pqf

2004-07-09 Thread Qingfeng Pan
Hi, all Improvement in the latest release: You can group the php scripts by the resource they are using For example: there are four PHP scripts: foo.php, bar.php, database1.php and database2.php. foo.php and bar.php are simple scripts that do not connect to database, but database1.php and

Re: [PHP-DEV] CVS Account Request: pqf

2004-07-08 Thread Pan qingfeng
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

Re: [PHP-DEV] CVS Account Request: pqf

2004-07-08 Thread Derick Rethans
Hey, sounds cool, do you have any code to show as I'm interested in trying it out. regards, Derick On Mon, 5 Jul 2004, Qingfeng Pan wrote: > There are some advantages... > a) mod_fastcgi talk to PHP process with TCP socket, but this module use > UNIX domain socket(or named pipe on Win32) inst

Re: [PHP-DEV] CVS Account Request: pqf

2004-07-05 Thread Qingfeng Pan
There are some advantages... a) mod_fastcgi talk to PHP process with TCP socket, but this module use UNIX domain socket(or named pipe on Win32) instead. PHP with TCP socket will make Fastcgi-PHP not workable on Win32 (bug #27515 php -b still not working). With the new module, -b options is *NOT* n

Re: [PHP-DEV] CVS Account Request: pqf

2004-07-05 Thread Wez Furlong
We already have a fastcgi module... why do we need another apache2 specific thing? --Wez. On 5 Jul 2004 05:43:47 -, Qingfeng Pan <[EMAIL PROTECTED]> wrote: > add an Apache2 fastcgi module for PHP(fastcgi.coremail.cn), I hope it will be > released with PHP 5.1 branch > > -- > PHP Internals -

[PHP-DEV] CVS Account Request: pqf

2004-07-04 Thread Qingfeng Pan
add an Apache2 fastcgi module for PHP(fastcgi.coremail.cn), I hope it will be released with PHP 5.1 branch -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php