SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

jboss-serialization rpm build for : Fedora 10. For other distributions click jboss-serialization.

Name : jboss-serialization
Version : 1.0.3 Vendor : jPackage project
Release : 5.jpp6.fc10 Date : 2008-12-02 23:31:04
Group : Development/Java Source RPM : jboss-serialization-1.0.3-5.jpp6.fc10.src.rpm
Size : 0.12 MB
Packager : David Walluck < david_jpackage_org>
Summary : JBoss Serialization
Description :
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.

RPM found in directory: /packages/linux-pbone/archive/www.jpackage.org/jpackage/6.0/fedora-10/free/RPMS

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  jboss-serialization-1.0.3-5.jpp6.fc10.noarch.rpm
     

Provides :
jboss-serialization

Requires :
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
gnu-trove
log4j
jpackage-utils => 0:1.6


Content of RPM :
/usr/share/doc/jboss-serialization-1.0.3
/usr/share/doc/jboss-serialization-1.0.3/readme.txt
/usr/share/java/jboss-serialization-1.0.3.jar
/usr/share/java/jboss-serialization.jar

 
ICM