We are using Net::Server::PreFork on three different servers with a load balancer in front of them. We have about 1000 devices spread out over the U.S. trying to make connections every 10 seconds. We've noticed that sometimes devices have difficulty making connections, and upon further inspection we noticed that even our load balancer is reporting connection failures to the server. The load balancer makes a connection to the Net::Server application just like any other device, so that it can measure performance, and balance the load accordingly.

I've tried tuning the OS (ubuntu kernel 2.6) with sysctl with no improvement.
I'm wondering if perl (5.8.8) or Net::Server could be the issue. How would I be able to tell?

Thanks,
Aaron


In reply to net::server performance limits by alager

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.