Nir Dremer wrote:
I'm looking for a way to perform several SendTo command from user-space
in one system call.. is there any way to do so?
The purpose is to avoid the system call overhead due to the massive use
of SendTo in my code.
any help will be appreciated...
(copy of the message sent to c-programming mailing list)
Cheers,
Nir Dremer
----------------------------------------------------------------------------------------
"Real leaders are ordinary people with extraordinary determinations."
-- John Seaman Garns
-
: send the line "unsubscribe linux-net" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Dependent on your needs and flexibility in writing your application, the
sendfile() call might help you out some.
Neil
--
/***************************************************
*Neil Horman
*Software Engineer
*Red Hat, Inc.
*nhorman@xxxxxxxxxx
*gpg keyid: 1024D / 0x92A74FA1
*http://pgp.mit.edu
***************************************************/
-
: send the line "unsubscribe linux-net" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html