|
Posted by Jerry Stuckle on 02/03/07 03:29
howa wrote:
>> 12M for each httpd looks like a selfcompiled and unstripped module.
>> My first try would be strip the module.
>> which version of apache you use, what are the settings?
>>
>> greetings, Roy
>>
>> --
>> Roy Kaldung
>> roy {at} kaldung {dot} comhttp://kaldung.com/
>
>
> the Apache is alright, becoz the php codes itself really need 12M at
> runtime, e.g. using some heavy libraries, e.g. AdoDB, Smarty, ....
>
> my concern is not abt reducing the code size,
>
> I would like to know:
>
> will fastcgi help in these kind of setup?
>
> thanks.
(top posting fixed)
But each request should not need an additional 12MB for the code. Most
of it is in DLL's or shared libraries, of which only one would be loaded
and shared by the OS amongst all processes using them.
P.S. Please don't top post. Thanks.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|