https://bugzilla.redhat.com/show_bug.cgi?id=1878902
Bug ID: 1878902
Summary: Review Request: naga - Simplified Java NIO
asynchronous sockets
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Component: Package Review
Severity: medium
Priority: medium
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
Target Milestone: ---
Classification: Fedora
Spec URL: https://jjames.fedorapeople.org/naga/naga.spec
SRPM URL:
https://jjames.fedorapeople.org/naga/naga-3.0-15.20150330git054a930.fc34.src.rpm
Fedora Account System Username: jjames
Description: 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.
NOTE: The naga package was previously in Fedora. This is a re-review due to it
being absent for some months.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/[email protected]