E&S CVS Commit: Contextual - Another major refactoring -- merged Config and App into State, and

pje at eby-sarna.com pje at eby-sarna.com
Tue Feb 27 23:16:40 EST 2007


Author: pje
Date: Tue Feb 27 23:16:39 2007
New Revision: 2295

URL: http://svn.eby-sarna.com?rev=2295&view=rev
Log:
Another major refactoring -- merged Config and App into State, and
implemented dynamic state propagation that eliminates the need to
explicitly define ServiceAreas the way the PEAK core does.  This
new system is 100% lock-free and thread-safe (assuming that your own
code is, too!) and has a smaller, friendlier API than the previous
half-dozen attempts.  The core state management system is now
rock-solid, but there are a few minor areas where protocol changes
may occur.  See the "TODO" section in README.txt for details.

Modified:
    Contextual/Contextual.txt
    Contextual/README.txt
    Contextual/context_tests.txt
    Contextual/peak/context.py
    Contextual/setup.py




More information about the source-changes mailing list