in reply to Perl Socket Speed

Did you try a bare udp socket server like the one mentioned here?

I'm wondering how max_servers and max_requests defaults are playing here, in any case try to reduce increment those values and see if that affects the drop rate measured

What are you using to stress your server? nc or another client written in Perl/C ?

Replies are listed 'Best First'.
Re^2: Perl Socket Speed
by Anonymous Monk on Jun 29, 2010 at 01:33 UTC
    Its another client written in perl, I will check the max_servers and max_requests. Thanks.