Lennart Regebro wrote: > I did some testing today, and starting one client at a time means the > first client is up in about 20-25 seconds instead of in 50 seconds > (when all four clients come online at once in that case). I would like > to start one client first, then haxproxy will notice it's up after 25 > seconds and start redirecting requests there. Then the others can take > another 50 seconds if they want. :) > > So that's the concrete usecase I have. As you notice, this is no > deal-breaker, I it would just be nice. :-) >
The easiest way to get there today is to use Mike's suggestion of a listener script that uses childutils. The script would be set autostart=true, and all other processes (or at least the ones you want to stagger-start) would be started via XML-RPC by the childutils script. - C _______________________________________________ Supervisor-users mailing list [email protected] http://lists.supervisord.org/mailman/listinfo/supervisor-users
