in reply to Re^5: How to count the number of pending clients in socket queue?
in thread How to count the number of pending clients in socket queue?
I did some more investigation, and in doing so. Remembered I had tuned my kernel ( via sysctl) in such a way. That I receive more information, than is normally generated. Frankly, I haven't any idea whether it's even possible on Linux, and am quite sure, unavailable in Windows.
D'OH!
++ to you, kschwab. Apologies for the noise.
--Chris
#!/usr/bin/perl -Tw use Perl::Always or die; my $perl_version = (5.12.5); print $perl_version;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: How to count the number of pending clients in socket queue?
by kschwab (Vicar) on Nov 18, 2013 at 14:55 UTC |