[PJUG Javamail] [PJUG javamail] JDK 1.4 - Faster Java serialization options?

Subbu M Iyer msiyer at gmail.com
Mon Feb 2 14:11:00 EST 2009


Thanks guys. Will check the Jboss serialization option and see what
positive difference it can make.

We moved the option of Externalizable to the back burner for two
reasons. 1. Effort involved 2. We wanted to exhaust all available
options before taking that approach.



On Mon, Feb 2, 2009 at 10:46 AM, Bill Kayser <bill at kayser.org> wrote:
> You can do a lot to tune serialization.  Implement Externalizable where
> possible.  Define serialversionuid everywhere you can (eclipse will do this
> for you with a refactoring i think).
>
>
> On Feb 2, 2009, at 9:37 AM, Subbu M Iyer wrote:
>
>> Hi all,
>>
>> We are exploring an external caching strategy and we are seeing that
>> we are paying a big penalty for JDK 1.4 serialization and looking for
>> ways to optimize that penalty. Does any one know of faster java
>> serialization utilities/options for JDK 1.4? Also can some one share
>> any numbers they have comparing JDK 1.4 vs 1.5 vs 1.6 serialization
>> improvements?
>>
>> thanks
>> _______________________________________________
>> Web Site - http://www.pjug.org/
>> Javamail mailing list
>> Javamail at pjug.org
>> http://www.pjug.org/mailman/listinfo/javamail
>
>


More information about the Javamail mailing list