This is a discussion on Re: [courier-users] Improving the performance of pop3dserver.c within the Courier-Imap forums, part of the Mail Servers and Related category; This is a MIME GnuPG-signed message. If you see this text, it means that your E-mail or Usenet ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
This is a MIME GnuPG-signed message. If you see this text, it means that
your E-mail or Usenet software does not support MIME signed messages. --=_mimegpg-commodore.email-scan.com-5702-1111329001-0001 Content-Type: text/plain; format=flowed; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit Nat Sakimura writes: > 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, If so, then this is a bug in your C library. getc should be using buffered reads. --=_mimegpg-commodore.email-scan.com-5702-1111329001-0001 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQBCPYjpx9p3GYHlUOIRAlXPAJ42PH6Ui4tm1tXMbKdGI1 sZ686GeACdH+L8 pvrUsYo5zAHmt1A49Ue4+iI= =7Ve6 -----END PGP SIGNATURE----- --=_mimegpg-commodore.email-scan.com-5702-1111329001-0001-- ------------------------------------------------------- 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 |