Пакет jboss-serialization: Информация

    Исходный пакет: jboss-serialization
    Версия: 1.0.0-alt1_0.rc2.3jpp1.7
    Собран:  24 октября 2007 г. 20:10
    Категория: Разработка/Java
    Сообщить об ошибке в пакете
    Лицензия: LGPL
    О пакете: JBoss Serialization
    Описание: 
    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-пакетов, предоставляемых данным srpm-пакетом:
    jboss-serialization (noarch)
    jboss-serialization-javadoc (noarch)

    Сопровождающий: Igor Vlasenko

    Список участников:
    Igor Vlasenko

    Права:
    Igor Vlasenko

      1. /proc
      2. jakarta-commons-logging
      3. jboss-jrunit
      4. jboss4-common
      5. jcommon0
      6. jfreechart0
      7. jgroups >= 0:2.2.9.2
      8. jpackage-1.4-compat
      9. jpackage-utils >= 0:1.6
      10. junit
      11. log4j
      12. ant >= 0:1.6
      13. concurrent

    Последнее изменение


    23 октября 2007 г. Igor Vlasenko 0:1.0.0-alt1_0.rc2.3jpp1.7
    - converted from JPackage by jppimport script