spawn-fcgi-1.6.0rc1-r16 prerelease]

Icy -- lists at ruby-forum.com
Sun Mar 8 22:39:26 MSK 2009


mike wrote:
> However you need to launch one spawn-fcgi per thread you want, it does
> not pool for you except with php fastcgi.

I think you are confusing threads with processes.
Threads need to be managed by the FastCGI processes, there's nothing 
spawn-fcgi can or should do in this regard.
You can spawn multiple processes with spawn-fcgi, binding them to 
multiple addresses or, like in the case of PHP, let the FastCGI 
application do that (if it is capable of doing so).
I don't see any problem here.
-- 
Posted via http://www.ruby-forum.com/.





More information about the nginx mailing list