Пакет naga: Информация

    Исходный пакет: naga
    Версия: 3.0-alt1_6.82svnjpp8
    Собран:  2 февраля 2016 г. 23:32 в задании #157393
    Категория: Система/База
    Сообщить об ошибке в пакете
    Домашняя страница: http://code.google.com/p/naga/

    Лицензия: MIT
    О пакете: Simplified Java NIO asynchronous sockets
    Описание: 
    Naga aims to be a very small NIO library that provides a handful of
    java classes to wrap the usual Socket and ServerSocket with
    asynchronous NIO counterparts (similar to NIO2 planned for Java 1.7).
    
    All of this is driven from a single thread, making it useful for both
    client (e.g. allowing I/O to be done in the AWT-thread without any
    need for threads) and server programming (1 thread for all connections
    instead of 2 threads/connection).
    
    Internally Naga is a straightforward NIO implementation without any
    threads or event-queues thrown in, it is "just the NIO-stuff", to let
    you build things on top of it.
    
    Naga contains the code needed to get NIO up and running without having
    to code partially read buffers and setting various selection key
    flags.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    naga (noarch)
    naga-javadoc (noarch)

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

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

      1. /proc
      2. rpm-build-java
      3. jpackage-generic-compat
      4. jpackage-utils
      5. ant

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


    2 февраля 2016 г. Igor Vlasenko 3.0-alt1_6.82svnjpp8
    - new version
    8 сентября 2014 г. Igor Vlasenko 3.0-alt1_2.82svnjpp7
    - new release
    19 июля 2014 г. Igor Vlasenko 3.0-alt1_1.82svnjpp7
    - new version