|
From: John C. <joh...@gm...> - 2008-01-05 02:18:10
|
Hi everyone, Here are the latest ChangeLog entries: * Revision: 137-136: 04-JAN-08 jcalcote Updated ChangeLog. Removed work load manager thread; pushed all pool management onto workers. Changed debug levels for most dnxDebug messages so they are a bit more spread out; level 1 is now reasonable to watch in the log file. * Revision: 135-131: 03-JAN-08 jcalcote Switched back to second resolution on the WLM wakeup timer - it appears that pthread_cond_timedwait doesn't much care for milliseconds. Changed WLM poll interval to use millisecond resolution instead of second resolution. Increased queue size to twice service queue size in order to handle bursts. (last checkin) reorganized entire transport subsystem such that transports can be loaded and configured at runtime if desired now. (this checkin) changed protocol slightly to allow for backward compatibility between server and client. Ensured that all serial-slot messages were printed in the same format. * Revision: 130: 01-JAN-08 jcalcote Cleaned up protocol module. Cleaned up xml module; added dnxXmlCmpStr to avoid allocation management for strings we're just verifying and throwing away. * Revision: 129: 31-DEC-07 jcalcote Combined dnxConnect.h into dnxTransport.h; internalized data structures and static functions in transport module. * Revision: 128-127: 30-DEC-07 jcalcote Added utesthelp.h to common/Makefile.am noinst_HEADERS. Added registrar unit tests; cleaned up service check handler a little. * Revision: 126-123: 29-DEC-07 jcalcote Added dispatcher unit tests. Added utesthelp.h to manage unit test CHECK macros. Added unit test to dnxCollector.c. Updated other unit tests to use utesthelp.h. Set client worker thread receive timeout back to 1 times the configured value. Fixed a bug in the config parser that was not allowing default values to carry through; objectized plugin module and xml module; wrote unit tests for xml module; general cleanup. * Revision: 122: 17-DEC-07 jcalcote Finished up index.html web page; Added team photos to about.html page. * Revision: 121-118: 15-DEC-07 jcalcote Made minor updates to the about.html page. Updated contributing.html and added content to about.html. Fixed one doxygen bug in logging interfaces. Added contributing.html content to web site; Fixed up formatting for doxygen source comments for some of the source files. As usual - till we do a release, you'll have to get these changes from the SVN repository. See the contributing page on the dnx web site for details: http://dnx.sourceforge.net/contributing.html Enjoy! John |