
alvaro at alobbs
Jun 28, 2009, 8:37 AM
Post #3 of 3
(337 views)
Permalink
|
|
Re: Maximising Performance For Concurrent Connections
[In reply to]
|
|
On 28-jun-09, at 16:16, Hello wrote: > PHP_FCGI_CHILDREN=20 > export PHP_FCGI_CHILDREN > > But could not get multiple spawned fastcgis to bind to the same > socket. I'll try to figure this out. I'm assuming there is only own > fastcgi worker serving requests. I'll update this in a few hours. > Thank you! You have to define the PHP_FCGI_CHILDREN in the Information Source configuration. Cherokee only uses the variables defined in its configuration; environment variables are ignore when spawning interpreters, actually. As soon as you define variable (raise the variable value) in the PHP Information Source, everything should start working as you expected. -- Octality http://www.octality.com/ _______________________________________________ Cherokee mailing list Cherokee[at]lists.octality.com http://lists.octality.com/listinfo/cherokee
|