Timeout - Related to dispatch.fcgi

Sometimes my site Times out;

fastcgi.crash.log i have two lines as well as multiple attempts to
start :

asked to terminate immediately
terminated by explicit exit -

Usually followed/precursored by Starting messages, is this related to
some setting in dispach.fcgi and if so anyideas for solution?

That looks like your web server is telling dispatch.fcgi to exit. In
general, Apache’s mod_fastcgi is more stable if you configure static
FCGI dispatchers; use google to find config details. If you’re using
a different web server, then you’re on your own, sorry.

Scott