This is a discussion on [courier-users] Improving the performance of pop3dserver.c within the Courier-Imap forums, part of the Mail Servers and Related category; I received a message from one of www.courier-mta.jp user that suggests some performance improvement point for pop3dserver....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I received a message from one of www.courier-mta.jp user
that suggests some performance improvement point for pop3dserver.c. According to him, by replacing the getc processings in RETR command by read, the performance improved quite a bit. This probably is due to the fact that getc I/Os for each characters while using read, one can do buffered read. Testing by a simple sample program suggested almost 2000% performance improvement for read over the getc. Unless there is specific reason for not doing that, he is also willing to provide the modified source. He was wondering if simlar thing can also be done for IMAP. Your imput will be most welcome. Nat ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users |