5 Feb
2009
5 Feb
'09
1:11 a.m.
On Wed, 2009-02-04 at 14:55 -0800, Seth Mattinen wrote:
Timo Sirainen wrote:
On Wed, 2009-02-04 at 13:23 -0800, Seth Mattinen wrote:
Like imapproxy which holds the connection for subsequent requests to avoid the short-lived HTTP connection issue. I certainly recommend it for squirrelmail installations since squirrelmail can't IDLE the connection.
I've heard imapproxy doesn't help all that much with Dovecot. Do you (or anyone) have any actual statistics?
It does prevent spawning a separate IMAP process
Yes, but I think it's not all that much extra work.
and running it through AUTH (which executes an SQL call in my case)
Enabling auth cache would avoid it.