in reply to Web client programming troubles
If you need to time to that specificity, don't use Perl. You will want to use C as it will introduce the smallest overhead to the actual TCP connection overhead time. I mean, do you really understand what's happening when you say IO::Socket::INET->new()? It's a whole lot more than you think. OO programming is meant to make the programmer's job easier at the expense of the computer's resources.
|
|---|