[Aaron-devel-cvs] CVS: aaron/doc architecture,1.3,1.4
Status: Pre-Alpha
Brought to you by:
thetitan
From: Sean C. <the...@us...> - 2001-07-07 20:54:25
|
Update of /cvsroot/aaron/aaron/doc In directory usw-pr-cvs1:/tmp/cvs-serv24853 Modified Files: architecture Log Message: Changed Action Manager to Module Manager. Index: architecture =================================================================== RCS file: /cvsroot/aaron/aaron/doc/architecture,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** architecture 2001/07/04 22:08:42 1.3 --- architecture 2001/07/07 20:54:21 1.4 *************** *** 22,26 **** | /-----------------------------\ /------------------------------------\ | | | | | | | ! | | Network Queue Manager | | Action Manager | | | | (incoming transactions) | | | | | | | | /------------------------------\ | | --- 22,26 ---- | /-----------------------------\ /------------------------------------\ | | | | | | | ! | | Network Queue Manager | | Module Manager | | | | (incoming transactions) | | | | | | | | /------------------------------\ | | *************** *** 97,103 **** [Config Loader and Data Validator] This routine is called once at startup. Upon the completion of the Loader's ! execution, the Loader registers itself as an Action with the Action Manager ! and schedules itself as a transaction that needs to be rerun as specified in ! its own configuration files or by default (10 min). The Config Loader registers new actions after a successful load and --- 97,103 ---- [Config Loader and Data Validator] This routine is called once at startup. Upon the completion of the Loader's ! execution, the Loader registers itself within the Action Manager within the ! Module Manager and schedules itself as a transaction that needs to be rerun ! as specified in its own configuration files or by default (10 min). The Config Loader registers new actions after a successful load and *************** *** 154,158 **** respond accordingly based on the config of the transaction). ! [Action Manager] Container that holds the Event, Response, and Transaction Pools. All items in the Action Manager are read-only and can be updated only by the Config --- 154,158 ---- respond accordingly based on the config of the transaction). ! [Module Manager] Container that holds the Event, Response, and Transaction Pools. All items in the Action Manager are read-only and can be updated only by the Config |