I’m using FastCGI on MovableType again - this time with some updated code from SixApart.
Here are the details:
I’ve set FastCGIMaxRequests to 20.
UPDATE: Turns out I didn’t have mod_fcgid configured correctly to shut down idle processes, so they would keep running forever. I’ve increased the MTOS FastCGIMaxRequests to 100 and its working fine. I may increase it some more and see what happens.
