Due to the fact that the sending content is not static i can't use sendfile. Is there a way to merge differenent sendto with different targets to one system call? if there's no ready-made solution, I would be glad for design suggestions of such a wrapper kernel module. thanks On Mon, 2004-12-20 at 13:07 -0500, Neil Horman wrote: > 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 > - : 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