Re: Re: SOCK_DGRAM optimization needed...

2006-09-01 Thread Sergey Babkin
From: Gleb Smirnoff [EMAIL PROTECTED] On Fri, Aug 18, 2006 at 10:41:36AM +0300, Martin Eugen wrote: M I have a simple application, that deals with lots of dgram sockets (UDP). M Thousands of them. Basically, its purpose is to M maintain pairs of sockets and when data is received on one of the

Re: SOCK_DGRAM optimization needed...

2006-08-30 Thread Gleb Smirnoff
On Fri, Aug 18, 2006 at 10:41:36AM +0300, Martin Eugen wrote: M I have a simple application, that deals with lots of dgram sockets (UDP). M Thousands of them. Basically, its purpose is to M maintain pairs of sockets and when data is received on one of the sockets it M peeks through it (doing some

Re: SOCK_DGRAM optimization needed...

2006-08-18 Thread Robert Watson
On Fri, 18 Aug 2006, Martin Eugen wrote: I have a simple application, that deals with lots of dgram sockets (UDP). Thousands of them. Basically, its purpose is to maintain pairs of sockets and when data is received on one of the sockets it peeks through it (doing some simple statistic

Re: SOCK_DGRAM optimization needed...

2006-08-18 Thread Oliver Fromme
Martin Eugen [EMAIL PROTECTED] wrote: I have a simple application, that deals with lots of dgram sockets (UDP). Thousands of them. Basically, its purpose is to maintain pairs of sockets and when data is received on one of the sockets it peeks through it (doing some simple statistic