Re: cvs commit: squid3/src BodyPipe.cc BodyPipe.h

2007-08-14 Thread Alex Rousskov
On Tue, 2007-08-14 at 09:54 +1200, Amos Jeffries wrote: rousskov2007/08/13 10:48:20 MDT snip The new code also keeps track of the number of outstanding events and skips that number if the consumer leaves. TODO: when AscyncCall support is improved, should we just schedule

Re: cvs commit: squid3/src BodyPipe.cc BodyPipe.h

2007-08-14 Thread Amos Jeffries
On Tue, 2007-08-14 at 09:54 +1200, Amos Jeffries wrote: rousskov2007/08/13 10:48:20 MDT snip The new code also keeps track of the number of outstanding events and skips that number if the consumer leaves. TODO: when AscyncCall support is improved, should we just schedule

Re: cvs commit: squid3/src BodyPipe.cc BodyPipe.h

2007-08-13 Thread Amos Jeffries
rousskov2007/08/13 10:48:20 MDT snip The new code also keeps track of the number of outstanding events and skips that number if the consumer leaves. TODO: when AscyncCall support is improved, should we just schedule calls directly to consumer? It could be a much cleaner