Ole, what is the difference between Externalizable and Serializable?  Can
you give some background as to why there is a performance increase?

Thanks,
-Mark

-----Original Message-----
From: Ole Dalgaard [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 26, 2002 1:20 AM
To: [EMAIL PROTECTED]
Subject: Serialization performance


Hi,

I was performance testing the SocketAppender and found it too slow and
CPU intensive.So I made some changes to LoggingEvent.
LoggingEvent is now Externalizable instead of Serializable. This should
be compatible with JDK 1.1 as well.
My performance measurements give me 30-50% more throughput.

BR
Ole Dalgaard


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to