Commit | Date | |
---|---|---|
[r101]
by
snowdog_
Traced the startup issues to what appear to be stalling routing threads. Available pool of threads would empty and result in a NullPointer Exception in message sending code. Reworked RouteThreadPool to spawn more worker if required and reworked worker assignment method. Suspect actual bug to exist in either the RouteServiceThread or in the network layers handoff routines. |
2013-09-17 00:06:30 | Tree |
2013-09-16 21:10:47 | Tree | |
[r99]
by
snowdog_
Fixed bug that was preventing modules from properly registering event interest with the event manager. |
2013-09-14 17:50:44 | Tree |
[r98]
by
snowdog_
Removed typo in static string... replaced with more 'correct' class getSimpleName call. |
2013-09-14 17:15:39 | Tree |
[r97]
by
snowdog_
Removed outdated code in BaseModule. Java 1.7 constructs now required by code to compile so java 1.4 workarounds are unneeded now. |
2013-09-14 16:16:12 | Tree |
2013-09-14 15:49:36 | Tree | |
2013-09-13 06:06:50 | Tree | |
2013-09-13 03:40:28 | Tree | |
[r93]
by
snowdog_
Added extra explanation comments to the ExampleClientModule code and cleaned it up a bit. Converted the ExampleClientModule to access the data portion of the ORPGMessage structure also. |
2013-09-12 21:20:30 | Tree |
[r92]
by
snowdog_
Depreciated getHandlerId() in favor of getMessageType() in order to make intent a little clearer for future module developers. |
2013-09-12 21:02:35 | Tree |