Re: many sockets, slow sendto
From: Zacco <hidden>
Date: 2007-03-06 21:28:05
Hi, Thx a lot you for the advice, I'll have a try. And sorry for the stupid webmail, I will not use it again. Zacco Andi Kleen wrote:
Zaccomer Lajos [off-list ref] writes:quoted
I'm playing around with a simulation, in which many thousands of IP addresses (on interface aliases) are used to send/receive TCP/UDPSomething seems to be wrong with your emailer. It adds a empty line between each real line.quoted
packets. I noticed that the time of send/sendto increased linearly with the number of file descriptors, and I found it rather strange.Yes that is strange. I would suggest you use oprofile to identify which parts of the kernel use the CPU time with many descriptors. -Andi