Adam,
Thanks a lot. You are completely right.
I tested it on my modem, turned off and on Modem Compression option and
checked the result.
I corrected my program using random data.
...
URL url = new URL(web_site);
URLConnection connection = url.openConnection();
On Thu, 12 May 2005, Ganbold wrote:
> return showSpeed(starttime1,endtime1,"Upload",buffer_len);
What does showSpeed() look like?
-Zera Holladay
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebs
On Thu, 12 May 2005, Ganbold wrote:
Result is unbelievable, it is something like 500kbps for 56kbps Dial-Up
connection, which is completely wrong.
It looks like the form data that the client is POSTing is all "a",
correct? The modem is probably compressing this data.
I wrote a speed test in per
Hi hackers,
I thought somebody in this list could help me. I looked through Java forums
at java.sun.com, and didn't find any solution.
I'm writing speed test program in Java, and my upload speed test shows
wrong result for Dial-up connection.
It uses POST method and sends large data (128k) to Ap
4 matches
Mail list logo