Running tracks as a regular cgi is too slow on my hosting server,
so I setup fcgi. Unfortunately, it’s leaving processes running and
eventually I can’t ssh onto the box because I’ve used up my
concurrent process quota.
I know the idea of fcgi is to keep processes running, but I’m
not sure of the rules as to how they are reused vs launching
new and when procs should timeout and exit.
Ideas?
-Robot
