Development/Java

jboss-serialization: JBoss Serialization

Name:jboss-serialization Vendor:JPackage Project
Version:1.0.0 License:LGPL
Release:4jpp URL:http://labs.jboss.com/portal/index.html?ctrl:id=page.default.info&project=serialization
Summary
We (java developers) have accepted over the years java.io.ObjectInputStream and java.io.ObjectOutputStream being slow when dealing with writeObject operations. We then started using Externalizable objects as a faster approach for serialization, but even that way was slow when using writeObject operations inside externalizable classes. Recently we discovered that most of the problems in JavaSerialization are related to static synchronized caching, what causes CPU spikes and also diminishes scaling capabilities. With JBossSerialization we have done internal benchmarks and we have realized at least 2 times faster serialization with this library. These benchmarks are commited into our CVS repository (as testcases) and they are publicly available. The main feature in JBossSerialization besides performance, is Smart Cloning. Smart cloning is the capability of the reuse of final fields among different class loaders doing exactly what serialization does, without the need of convert every field into a byteArray. This approach is at least 10 times faster than using serialization over a byte array.

Arch: noarch

Download:jboss-serialization-1.0.0-4jpp.noarch.rpm
Build Date:Thu Jul 13 19:18:44 2006
Packager:Ralph Apel <r.apel@r-apel.de>
Size:122 KiB

Arch: noarch

Download:jboss-serialization-1.0.0-4jpp.src.rpm
Build Date:Thu Jul 13 19:18:44 2006
Packager:Ralph Apel <r.apel@r-apel.de>
Size:9.91 MiB

Changelog

* Fri Jul 14 00:00:00 2006 Ralph Apel <r.apel at r-apel.de> 0:1.0.0-4jpp
- Conditionalize libs for build with tests
* Thu Jul 13 00:00:00 2006 Ralph Apel <r.apel at r-apel.de> 0:1.0.0-3jpp
- Move jboss4-j2ee BR for build with tests
* Tue Jun 27 00:00:00 2006 Ralph Apel <r.apel at r-apel.de> 0:1.0.0-2jpp
- Fix (Build)Requires:

Listing created by RepoView-0.4.1