Are you using PHP as a module inside a web server such as apache? If so then module unloading is generally the problem of the web server rather than PHP. Is (fast) cgi not an option?
James,
We are using Embed Appweb server 3.2 release. There is no support for unloading.
CGI is used currently and page response is quite slow due to which we want to use MODULE/APC.
Thanks
-----Original Message-----
From: James Butler [mailto:james.butler@edigitalresearch.com]
Sent: Sunday, February 20, 2011 3:09 PM
To: Bharat Nagwani
Cc: internals@lists.php.net
Subject: Re: [PHP-DEV] PHP Module unload
Are you using PHP as a module inside a web server such as apache? If so then module unloading is generally the problem of the web server rather than PHP. Is (fast) cgi not an option?
Am 21.02.2011 01:41, schrieb Bharat Nagwani:
James,
We are using Embed Appweb server 3.2 release.
There is no support for unloading
php can not unload, this must the server runnibng the php-module
CGI is used currently and page response is quite slow due to
which we want to use MODULE/APC
fastcgi is not the same as cgi because the isolated
php-process is running and reused after a request
so it is possible to use fcgi?
Thanks
-----Original Message-----
From: James Butler [mailto:james.butler@edigitalresearch.com]
Sent: Sunday, February 20, 2011 3:09 PM
To: Bharat Nagwani
Cc: internals@lists.php.net
Subject: Re: [PHP-DEV] PHP Module unloadAre you using PHP as a module inside a web server such as apache? If so then module unloading is generally the problem of the web server rather than PHP. Is (fast) cgi not an option?
--
Mit besten Grüßen, Reindl Harald
the lounge interactive design GmbH
A-1060 Vienna, Hofmühlgasse 17
CTO / software-development / cms-solutions
p: +43 (1) 595 3999 33, m: +43 (676) 40 221 40
icq: 154546673, http://www.thelounge.net/
FastCGI could be used. We are already on path of using PHP module with APC.
So unless there are significant benefits, we would like to stick to
using Module.
Thanks
-----Original Message-----
From: Reindl Harald [mailto:h.reindl@thelounge.net]
Sent: Monday, February 21, 2011 12:07 AM
To: Bharat Nagwani
Cc: James Butler; internals@lists.php.net
Subject: Re: [PHP-DEV] PHP Module unload
Am 21.02.2011 01:41, schrieb Bharat Nagwani:
James,
We are using Embed Appweb server 3.2 release.
There is no support for unloading
php can not unload, this must the server runnibng the php-module
CGI is used currently and page response is quite slow due to which we
want to use MODULE/APC
fastcgi is not the same as cgi because the isolated php-process is running and reused after a request
so it is possible to use fcgi?
Thanks
-----Original Message-----
From: James Butler [mailto:james.butler@edigitalresearch.com]
Sent: Sunday, February 20, 2011 3:09 PM
To: Bharat Nagwani
Cc: internals@lists.php.net
Subject: Re: [PHP-DEV] PHP Module unloadAre you using PHP as a module inside a web server such as apache? If so then module unloading is generally the problem of the web server rather than PHP. Is (fast) cgi not an option?
--
Mit besten Grüßen, Reindl Harald
the lounge interactive design GmbH
A-1060 Vienna, Hofmühlgasse 17
CTO / software-development / cms-solutions
p: +43 (1) 595 3999 33, m: +43 (676) 40 221 40
icq: 154546673, http://www.thelounge.net/