QuickServer version 1.4.6, open source Java library/framework for quick
creation of robust multi-client TCP server applications is now available.
To view the features added in QuickServer 1.4.6 visit
here<http://www.quickserver.org/docs/features.html>,
the main improvements have been in the following areas
1. Re-factored and improved ClientHandler and now comes with separate
implementations for blocking and non-blocking.
2. Support to specify the maximum number of threads to be used for NIO
writes.
3. Full integration with ClientEventHandler and comes with default
implementation.
4. Added support to set default DataMode.
5. Now shipped with ready to use Unix shell scripts.
6. Added support for ClientExtendedEventHandler
7. Added support to configure initial pool size
8. Introducing new ClientAuthenticationHandler (replacing
Authenticator)
9. Separated QSAdminGUI to a separate jar
10. Improved logging
11. Added new QSAdmin command 'client-handler-pool-dump'.
12. Improved ThreadPool for performance.
13. Improved Architecture.pdf
Download this release from:
www.quickserver.org/download.html<http://www.quickserver.org/download.html>
The QuickStart guide has also been updated as per the new version, do check
it out at www.quickserver.org/docs/quickstart/index.html<http://www.quickse=
rver.org/download.html>
IMPORTANT: If you are planning to use this new version in an existing
implementation (which was written for older version like 1.4.5 or less) you
will need to make a full compilation to get your server working. This is
required due to the heavy re-factoring that was done in few parts of the
code.
Regards,
Akshathkumat Shetty
http://www.quickserver.org
|