in reply to Re^5: Timing concerns on PerlEX/Mod_Perl
in thread Timing concerns on PerlEX/Mod_Perl

If your symptom consistently manifests at 30% CPU, then perhaps you're hitting a CPU utilization limit rather than a simultaneous connection limit. There are also limits on most OSes for number of files open per process and amount of memory per process or process tree. There are some limits on some OSes on a per-user rather than per-process basis, too. Make sure you're not hitting any of those.
  • Comment on Re^6: Timing concerns on PerlEX/Mod_Perl