Re: upload speed test problem

2005-05-12 Thread Ganbold
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();

Re: upload speed test problem

2005-05-12 Thread Zera William Holladay
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

Re: upload speed test problem

2005-05-12 Thread Adam Maloney
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

upload speed test problem

2005-05-12 Thread Ganbold
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