[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [mpop-users] pipelining=off not working?
On Wed, 10 Jan 2007, Martin Lambers wrote:
> After thinking again about this, maybe it would be best to add a
> pipelining=auto setting and make it the default. Then, on and off could
> force pipelining on or off regardless of the server capabilities, and
> auto would keep the current default behaviour, which should be ok for
> most users.
>
> Would you like that better?
Yes, thank you.
> > Can you use this at least?
> >
> > --- src/pop3.c.orig 2006-09-22 20:35:03.000000000 -0500
> > +++ src/pop3.c 2007-01-09 20:29:22.000000000 -0600
> > @@ -89,8 +88,12 @@
> > * begin to read its answers, and refill the command pipeline when the number of
> > * unanswered commands drops to PIPELINE_MIN.
> > */
> > +#ifndef POP3_PIPELINE_MIN
> > #define POP3_PIPELINE_MIN 20
> > +#endif
> > +#ifndef POP3_PIPELINE_MAX
> > #define POP3_PIPELINE_MAX 100
> > +#endif
>
> Yes, this is a good idea regardless of the --pipelining behaviour.
> I applied it, thanks.
Thanks.
I started using mpop about 9 months ago after I tried a few other
alternatives. I am now the maintainer for the "pkgsrc" mpop package, but
haven't updated it yet.