FastcgiStub does not raise a new process
Hi there.
we have a perl FCGI running with Sun ONE 6.1 sp5 over Solaris10.
We have a line in obj.conf like this:
<Object name="fcgi.perl">
Service fn="responder-fastcgi" app-path="/usr/bin/perl" app-args="/internet/datos/WWW/cgi-bin/loginCGI/loginCGI.pl" app-args="/inter
net/datos/WWW/cgi-bin/loginCGI" bind-path="localhost:27527" resp-timeout=10 restart-interval=30 min-procs=1 max-procs=10
</Object>
We are doing load test against our web app., and we can see that Fastcgistub does not start a new perl process when needed (and of couerse, we fail in process too many request). Instead of that, when our perl dies due to a SIGPIPE signal, we can see this message in fastcgitub.log, repeated a lot of times:
server bind error
....
....
/usr/bin/perl bound to localhost:27527 is already running
....
...
Could you help us with this issue, please?
Thanks a lot in advance.
Best Regards

