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
>
>

------------------------------------------------------------------------------
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

Reply via email to