LWN.net Logo

tee() with your splice()?

tee() with your splice()?

Posted May 10, 2006 17:56 UTC (Wed) by nevyn (subscriber, #33129)
In reply to: tee() with your splice()? by anLWNreader
Parent article: tee() with your splice()?

The task struct is for tasks, not processes. The article was misleading. A thread is a task, as is a process. So each thread/process can only have one sendfile() running at once (which is basically how it is now -- at least I'm assuming they don't mean one sendfile over all open fds, which would make it worthless).


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds