On Wed, 3 Sep 2008, Rob Arends wrote:

> Davide, just out of curiosity.
> 
> Regarding the LF on disk vs CRLF in the SMTP protocol:
> 
> Could you have read the file and converted LF->CRLF on the fly while sending
> the TCP data?

This is what I do now, for Unixes. Windows messages gets sent vanilla.



> Or does that create a performance hit that is unacceptable?

A simple sendfile() (for Linux) is going to be faster, that's sure. I'm 
pretty darn sure that nobody will notice the difference.



- Davide


-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to