Date: 01/10/01
- Next message: paulj <email protected>: "[PHP-DEV] PHP 4.0 Bug #8641: sig 11 when apache2 inits php"
- Previous message: Filip Sielimowicz: "Re: [PHP-DEV] PHP4: php_module holds memory to long !"
- In reply to: Filip Sielimowicz: "Re: [PHP-DEV] PHP4: php_module holds memory to long !"
- Next in thread: Filip Sielimowicz: "Re: [PHP-DEV] PHP4: php_module holds memory to long !"
- Reply: Filip Sielimowicz: "Re: [PHP-DEV] PHP4: php_module holds memory to long !"
- Reply: Filip Sielimowicz: "Re: [PHP-DEV] PHP4: php_module holds memory too long !"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
FS>> And here is the basic difference between 'mall' and 'httpd'
FS>> processes: the last are on the top ALL THE TIME.
The reason is that httpd memory usage patterns significantly differ from
your simple example. E.g., there might be some memory block allocated at
the end of the heap, which is not freed at the end of the request - and it
will prevent all the rest of memory from being returned to the system.
-- Stanislav Malyshev, Zend Products Engineer stas <email protected> http://www.zend.com/ +972-3-6139665 ext.115-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: paulj <email protected>: "[PHP-DEV] PHP 4.0 Bug #8641: sig 11 when apache2 inits php"
- Previous message: Filip Sielimowicz: "Re: [PHP-DEV] PHP4: php_module holds memory to long !"
- In reply to: Filip Sielimowicz: "Re: [PHP-DEV] PHP4: php_module holds memory to long !"
- Next in thread: Filip Sielimowicz: "Re: [PHP-DEV] PHP4: php_module holds memory to long !"
- Reply: Filip Sielimowicz: "Re: [PHP-DEV] PHP4: php_module holds memory to long !"
- Reply: Filip Sielimowicz: "Re: [PHP-DEV] PHP4: php_module holds memory too long !"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

