Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I've got several (potentially many) Win32 clients that connect to a Linux box (RH 7.2, has Perl installed), that then basically port maps the connection to other Win32 hosts on the local subnet.
Everything works as intended so far. Now, I'm trying to add some sort of automated connection speed estimation so that I can adjust compression rates on the client side. Because the end connection is on the local subnet, I'm only going to worry about the connection speed between the client and my port mapping box.
The Win32 client software is patched together using Visual Basic for size and look-and-feel reasons and is really just a GUI frontend and wrapper for a couple of other programs.
Is there any sort of Perl hackery out there now to do something like this on the Linux box side of things?? I've searched Google and came up with some old hits about someone doing this with a CGI script, but no code...
Sample code appreciated.
Thanks,
Glenn
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: estimating effective connection speed
by traveler (Parson) on Nov 30, 2001 at 03:46 UTC | |
|
Re: estimating effective connection speed
by FoxtrotUniform (Prior) on Nov 30, 2001 at 02:53 UTC | |
by Anonymous Monk on Nov 30, 2001 at 02:59 UTC |