El dom, 26-09-2010 a las 21:57 +0200, frantishrek escribió:
> [...]
> 
> Ok. Thanks for your answer.
> But, if I have 5 differents information source I will have 5 process
> php-cgi running * PHP_FCGI_CHILDREN ? I will need more memory ?
> What is the better way to reduce memory ?
> Do I have to create user with limited access ?

I don't know 100% sure how does suphp work, but if it execs the PHP
script with a certain user, the performance will be very poor.

Stefan points to the better way to implement the solution, but of course
it will need some resources (spare PHP processes waiting for a request).

I don't know if you can stop those spare processes after some time
without requests, but you can limit the number of fcgi children and the
resources assigned to that fcgi instance by means of its php.ini file.

Cheers,

Juanjo

-- 
jjm's home: http://www.usebox.net/jjm/
blackshell: http://blackshell.usebox.net/
 ramble on: http://rambleon.usebox.net/


_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to