1
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 13 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updated More... about 18 years ago
improved More... about 18 years ago
Added check for null data socket More... about 18 years ago
*** empty log message *** More... about 18 years ago
made Digester static More... about 18 years ago
Improved code to use ContextClassLoader More... about 18 years ago
removed stack trace More... about 18 years ago
user_root is now parameterized More... about 18 years ago
Improved main More... about 18 years ago
Improved comments More... about 18 years ago
updated to v1.4.7 More... about 18 years ago
Added new test cases to test basic QuickServer calls to business logic impl. More... about 18 years ago
updated to 1.4.7 More... about 18 years ago
# Implemented getServiceError() of Service interface. # Improved getPort() + Added initServer() that throws App Exception if it fails. + Added load() method to QuickServer. # Improved code to check if pool is closed before access to any pool methods # Improved setClassLoader() of QuickServer. ! Added check for bootstrap classloader (null) in getClass() method of QuickServer # Modified registerChannel to add to a list and then process when selector becomes free. ! Added checks for null returned in ServerSocketChannel accept method. More... about 18 years ago
+ Added getServiceError() More... about 18 years ago
+ Added isLoggable method + Implemented support NIO writes More... about 18 years ago
+ Added isLoggable method More... about 18 years ago
improved More... about 18 years ago
added More... about 18 years ago
# Improved validateObject method to check if object was created from the same pool More... about 18 years ago
+ Added getObjectPool() method. # Improved returnObject to interrupt thread if return fails. More... about 18 years ago
! Fixed synchronization problem in ClientThread pool.returnObject() call. More... about 18 years ago
improved if cond. More... about 18 years ago
# Closed Keystore stream when no longer needed. More... about 18 years ago
just added for testing qs More... about 18 years ago
# Improved logging # now will close pools after last client disconnects after server is stopped. More... about 18 years ago
Updated copyright More... about 18 years ago
added bean More... about 18 years ago
+ Added static fag for waitingForFinalWrite + Added static count for maxThreadAccessCount + Access to clientEvents method is now synchronized. + Added static flag for wakeupSelectorAfterRegisterWrite + Added static flag for wakeupSelectorAfterRegisterRead # Improved closeConnection method, now waits after close call for final write to happen in nio mode. # Default maxThreadAccessCount is now 3 # Implemented Auto NIO writes # Improved getSelectionKey method. # Improved registerForRead # Improved registerWrite. More... about 18 years ago
+ Access to clientEvents method is now synchronized. More... about 18 years ago