--------------------- PatchSet 623 Date: 2000/10/09 22:15:58 Author: rbcollins Branch: ntlm Tag: (none) Log: removed reference to SpawnServers - part of experimental code Members: src/helper.c:1.1.1.3.12.8->1.1.1.3.12.9 Index: squid/src/helper.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/helper.c,v retrieving revision 1.1.1.3.12.8 retrieving revision 1.1.1.3.12.9 diff -u -r1.1.1.3.12.8 -r1.1.1.3.12.9 --- squid/src/helper.c 19 Sep 2000 23:10:28 -0000 1.1.1.3.12.8 +++ squid/src/helper.c 9 Oct 2000 22:15:58 -0000 1.1.1.3.12.9 @@ -1,6 +1,6 @@ /* - * $Id: helper.c,v 1.1.1.3.12.8 2000/09/19 23:10:28 rbcollins Exp $ + * $Id: helper.c,v 1.1.1.3.12.9 2000/10/09 22:15:58 rbcollins Exp $ * * DEBUG: section 29 Helper process maintenance * AUTHOR: Harvest Derived? @@ -685,8 +685,6 @@ return; if (shutting_down || reconfiguring) return; - if (hlp->stats.queue_size = hlp->n_running) - helperStatefulSpawnServers(hlp, (int)(hlp->n_running/10+1)); hlp->last_queue_warn = squid_curtime; debug(14, 0) ("WARNING: All %s processes are busy.\n", hlp->id_name); debug(14, 0) ("WARNING: %d pending requests queued\n", hlp->stats.queue_size);