This is a discussion on Re: AW: Any numbers of how much traffic postfix can handle? within the mailing.postfix.users forums, part of the Mail Servers and Related category; Greg A. Woods wrote: >IMAP, especially with the new "IDLE" feature, can drastically reduce the >overhead ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Greg A. Woods wrote:
>IMAP, especially with the new "IDLE" feature, can drastically reduce the >overhead of the constant-POP-ers, and good, scalable, IMAP >implementations such as the Cyrus one, can efficiently handle many >simultaneous users with the minimum possible overhead. Unfortunately >some IMAP clients seem to open multiple connections, and no matter what >the server implementation it's hard to throttle them effectively. > > I actually use courier-imap, and I do enable the IDLE feature. I was thinking of overall usage, like server side searching and sorting, which I have enabled in my scenario because it's asymptotically faster than having PHP (webmail) handle that stuff for big maildirs. However, show me a client that doesn't open a new session for every folder you view. Mozilla/Thunderbird seems to. -ryan |