QuickServer version 1.4.7, open source Java library/framework for quick
creation of robust multi-client TCP server applications is now available.
To view the change log for QuickServer 1.4.7 visit here,
the main improvements have been in the following areas
1. Implemented support for auto NIO writes in sendClientXXX methods of
ClientHandler.
2. Added initServer() method that throws AppException if it fails.
3. Added getServiceError() to Service interface.
4. Added load() method to QuickServer that loads the server from the xml
file.
5. Improved ByteBufferInputStream for readLine.
6. Improved BasicClientHandler, NonBlockingClientHandler.
7. Improved setClassLoader() in QuickServer.
8. GhostSocketReaper now will close pools after last client disconnects
after server is stopped.
9. Many more bug fixes and enhancements.
Download this release from: www.quickserver.org/download.html
Regards,
Akshathkumat Shetty
http://www.QuickServer.org
|