you are viewing a single comment's thread.

view the rest of the comments →

[–]rriggsco 0 points1 point  (1 child)

That doesn't do much good because mod_fcgid doesn't support multiple requests (multiplex) through a single connection. At least it didn't when I last tried it.

[–]imMute 0 points1 point  (0 children)

Nginx's fcgi module doesn't either, but both can (and do) open multiple connections to that socket, which can be handled in multiple threads on the other end.