RE: Stream vs Mapped IO (was Re: [VOTE] - Entry level JSDK 1.4 in Cocoon 2.2)

2004-03-02 Thread Carsten Ziegeler
sday, March 02, 2004 9:33 AM > To: [EMAIL PROTECTED] > Subject: Stream vs Mapped IO (was Re: [VOTE] - Entry level > JSDK 1.4 in Cocoon 2.2) > > Has anyone else read Bruce Eckel's "Thinking in Java" ? > > (chapter 12) > Although the performance of "ol

Stream vs Mapped IO (was Re: [VOTE] - Entry level JSDK 1.4 in Cocoon 2.2)

2004-03-02 Thread Jorg Heymans
Has anyone else read Bruce Eckel's "Thinking in Java" ? (chapter 12) Although the performance of “old” stream I/O has been improved by implementing it with nio, mapped file access tends to be dramatically faster. So by switching to 1.4 and *not* using NIO you're likely to get a speed bump al