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

    Бинарный пакет: naga
    Версия: 3.0-alt1_16jpp11
    Архитектура: noarch
    Собран:  4 июня 2021 г. 19:32 в задании #273609
    Исходный пакет: naga
    Категория: Система/База
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/lerno/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.

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

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

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


    4 июня 2021 г. Igor Vlasenko 3.0-alt1_16jpp11
    - java11 build
    15 февраля 2020 г. Igor Vlasenko 3.0-alt1_14.82svnjpp8
    - fc update
    26 мая 2019 г. Igor Vlasenko 3.0-alt1_12.82svnjpp8
    - new version