[Dovecot] Login process connection routing

2010-07-20 Thread Brandon Davidson
Timo, Just out of curiosity, how are incoming connections routed to login processes when run with: service imap-login { service_count = 0 } I've been playing with this on our test director, and the process connection counts look somewhat unbalanced. I'm wondering if there are any performance

Re: [Dovecot] Login process connection routing

2010-07-20 Thread Timo Sirainen
On Tue, 2010-07-20 at 09:57 -0700, Brandon Davidson wrote: Timo, Just out of curiosity, how are incoming connections routed to login processes when run with: service imap-login { service_count = 0 } I've been playing with this on our test director, and the process connection counts look

Re: [Dovecot] Login process connection routing

2010-07-20 Thread Brad Davidson
Timo, -Original Message- From: Timo Sirainen [mailto:t...@iki.fi] Dovecot lets kernel assign it. Whichever process grabs it first, handles it. Makes sense. You probably have too many login processes. process_min_avail should be set to about the same as the number of CPU cores.