in reply to Re: Optimizing TCP packet usage with IO::Socket::INET or similar
in thread Optimizing TCP packet usage with IO::Socket::INET or similar
Depending on how important some of your parameters are, you may find yourself abandoning Perl and going with an implementation written in C. That may take longer to develop, but you will almost certainly get better performance.
Actually, it's very unlikely that dropping into C will do anything to improve (or even affect) the throughput performance of tcp comms.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Optimizing TCP packet usage with IO::Socket::INET or similar
by Bloehdian (Beadle) on Oct 06, 2016 at 15:23 UTC | |
by BrowserUk (Patriarch) on Oct 06, 2016 at 15:46 UTC | |
by talexb (Chancellor) on Oct 11, 2016 at 15:45 UTC |