Hello Folks, I have an app running that as far as I know is running trouble free. I don''t see any errors in my production logs. However, FastCGI is a beast I don''t understand and I keep getting threads that build up until they eventually freeze the app. My FastCGI crash log looks like this... the most recent part atleast... [25/Sep/2005:21:43:40 :: 15390] starting [25/Sep/2005:21:43:40 :: 15205] starting [25/Sep/2005:21:43:40 :: 18034] starting [25/Sep/2005:21:43:40 :: 13354] starting [25/Sep/2005:21:43:40 :: 20444] starting [25/Sep/2005:21:50:14 :: 15205] asked to terminate ASAP [25/Sep/2005:21:50:15 :: 15205] terminated gracefully [25/Sep/2005:21:52:55 :: 13354] asked to terminate ASAP [25/Sep/2005:21:52:58 :: 13354] terminated gracefully [25/Sep/2005:21:53:24 :: 2217] starting [25/Sep/2005:21:58:13 :: 2217] asked to terminate ASAP [25/Sep/2005:22:00:40 :: 23638] asked to terminate ASAP [25/Sep/2005:22:00:40 :: 2217] asked to terminate ASAP [25/Sep/2005:22:00:40 :: 27961] asked to terminate ASAP [25/Sep/2005:22:00:40 :: 27144] asked to terminate ASAP [25/Sep/2005:22:00:40 :: 10572] asked to terminate ASAP [25/Sep/2005:22:10:39 :: 23638] asked to terminate ASAP [25/Sep/2005:22:10:39 :: 2217] asked to terminate ASAP [25/Sep/2005:22:10:39 :: 27961] asked to terminate ASAP [25/Sep/2005:22:10:39 :: 27144] asked to terminate ASAP [25/Sep/2005:22:10:39 :: 10572] asked to terminate ASAP [25/Sep/2005:23:20:34 :: 24776] starting [25/Sep/2005:23:59:51 :: 8534] starting [26/Sep/2005:00:00:48 :: 8534] asked to terminate ASAP Now the proble is it looks like only a few threads actually terminate gracefully. What I don''t understand is why do they even crash to th point where they need to ber asked to terminate and also why won''t the majority of them terminate gracefully? - Jim