Hi,

I have a django app and I'm looking into using fcgi-program under supervisord to manage it. The advantage that the standard "manage.py runfcgi" approach provided by django/flup seems to have over supervisor is that it

1. can dynamically start fcgi processes to meet demand
2. kills each process after it has served a specified number of requests

Is there any way to do this with supervisor? I'm particularly interested in the second option.

Thanks,
Aryeh Leib Taurog
_______________________________________________
Supervisor-users mailing list
[email protected]
http://lists.supervisord.org/mailman/listinfo/supervisor-users

Reply via email to