Re: [PHP-DEV] PHP Module unload

2011-02-21 Thread Reindl Harald
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 MOD

RE: [PHP-DEV] PHP Module unload

2011-02-21 Thread Bharat Nagwani
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.rei...@thelounge.net] Sent: Monday, February 21, 2011 12:07 AM To: Bharat

RE: [PHP-DEV] PHP for embedded device: reduce size

2011-02-21 Thread Andi Gutmans
HI Martin, Is it only file size you worry about or also memory footprint? I assume it'd also be the latter. If so, we can share a patch we've worked on which could allow you to reduce the memory footprint at compile time somewhat more (on the expense of performance, ...). We were going to send