Hi Mohammed, This looks like a good link: http://forums.techarena.in/software-development/1346754.htm And the official docs are here: http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html
Hope that helps. Kind Regards, Matthew Sherborne On Tue, Mar 15, 2011 at 9:16 PM, Mohammed Rashad <[email protected]> wrote: > I am using apache2 mod_fastcgi. what to do with it to cleanup the processes > > On Tue, Mar 15, 2011 at 4:21 PM, Matthew Sherborne <[email protected]> > wrote: >> >> Cleaning up the application processes is the job of the fastcgi spawner >> script. >> >> Basically Wt itself will just run as an app. I doensn't know how many >> brothers and sisters it has. >> >> Also, fastcgi can leave old processes open and re-use them later, >> depending on how you have configured it. >> >> Are you using apache's mod_fcgi ? or lighthttpd's spawn_fcgi ? >> >> This shows how to limit the number of procs with spawn_fcgi .. >> http://forum.slicehost.com/comments.php?DiscussionID=3671#Item_3 >> >> This shows it with apache's mod_fcgi .. >> http://www.fastcgi.com/mod_fastcgi/docs/mod_fastcgi.html#FastCgiConfig >> >> Kind Regards, >> Matthew Sherborne >> >> >> >> On Tue, Mar 15, 2011 at 7:15 PM, Mohammed Rashad >> <[email protected]> wrote: >> > when running Wt application as a FastCGI it creates a lot of process on >> > system even though it is running as a single instance of application. >> > Is it a BUG in my code or Wt's >> > >> > Why Wt doesn't cleanup unused processess >> > >> > -- >> > Thanks && Regards >> > Rashad >> > >> > >> > ------------------------------------------------------------------------------ >> > Colocation vs. Managed Hosting >> > A question and answer guide to determining the best fit >> > for your organization - today and in the future. >> > http://p.sf.net/sfu/internap-sfd2d >> > _______________________________________________ >> > witty-interest mailing list >> > [email protected] >> > https://lists.sourceforge.net/lists/listinfo/witty-interest >> > >> > > > > > -- > Thanks && Regards > Rashad > ------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
