Attila Nagy wrote:
> Would it be possible to use sendfile in tftpd?
> With an Athlon XP 1600+ I could only get ~40 Mbps out from the machine
> with 0% idle CPU time (large file transfers from many machines, getting
> the same file).

Only if all file transfers were binary, or all ASCII files were
stored on the host with <CR><LF> line termination, instead of <LF>.

That's the same reason sendfile() is stupid for POP3, IMAP4, and
SMTP servers...

-- Terry

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to