Who can help to resolve the problem? Now the web application is
holding…Thanks
a lot!!!
[notice] mod_fcgid: too much …/public/dispatch.fcgi process(current:3,
max:3), skip the spawn request
Read this
Your apache fcgi is limited to a maximum of 3 parallel processes. These
are used at the moment and so no new forks are possible for handling a
4th Rails dispatcher.
Do some apache configuration…
Thanks a lot! But Where I can ajust apache fcgi parameter?
Markus K. wrote:
Wayne wrote on 19.10.2006 19:41:
Who can help to resolve the problem? Now the web application is
holding…Thanks
a lot!!!
[notice] mod_fcgid: too much …/public/dispatch.fcgi process(current:3,
max:3), skip the spawn request
Read this
Your apache fcgi is limited to a maximum of 3 parallel processes. These
are used at the moment and so no new forks are possible for handling a
4th Rails dispatcher.
Do some apache configuration…