Subject: Serialization Throughput Date: Fri, 4 Jan 2002 22:47:11 -0200 From: "klausw" To: ward@c2.com Hi Ward, Attached are the logs for 3 runs of your test on a 233Mhz PentiumII notebook running Windows 2000 Professional and JDK 1.3.0. It is the same code you used with the maximum record size increased to 200000 (instead of 50000): for (int n=1; n<200000; n=(int)(1.2*n)+1) { It is curious that in all three runs, performance in terms os Integers/sec improves until a certain limit and then falls a little. I haven't analyzed the data any further. I shall wait for your pretty graphs. :) See you, Klaus.