E&S CVS Commit: PEAK - "Global" services defined by '[Component Factories]' sections now live in

pje at eby-sarna.com pje at eby-sarna.com
Fri Jan 2 19:37:00 EST 2004


Module Name:	PEAK
Committed By:	pje
Date:		Sat Jan  3 00:36:27 UTC 2004

Modified Files:
	PEAK: CHANGES.txt
	PEAK/src/peak/config: config_components.py interfaces.py
	PEAK/src/peak/running: commands.py
	PEAK/src/peak/util: EigenData.py
	PEAK/src/peak/util/tests: EigenData.py

Log Message:
"Global" services defined by '[Component Factories]' sections now live in
the closest "service area" to the component that requests them.  A "service
area" is a parent component that implements 'config.IServiceArea', such as
a configuration root returned by 'config.makeRoot()'.  Applications loaded
by the 'peak runIni' command are now created in their own service area,
which means that settings in the .ini file being run will apply to services
the application uses.  (Because the application will have its own,
application-specific service instances, and they will use the configuration
loaded into the service area.)

For more information, see CHANGES.txt, and especially:

http://www.eby-sarna.com/pipermail/peak/2004-January/001087.html


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/CHANGES.txt.diff?r1=1.117&r2=1.118
http://cvs.eby-sarna.com/PEAK/src/peak/config/config_components.py.diff?r1=1.75&r2=1.76
http://cvs.eby-sarna.com/PEAK/src/peak/config/interfaces.py.diff?r1=1.34&r2=1.35
http://cvs.eby-sarna.com/PEAK/src/peak/running/commands.py.diff?r1=1.48&r2=1.49
http://cvs.eby-sarna.com/PEAK/src/peak/util/EigenData.py.diff?r1=1.13&r2=1.14
http://cvs.eby-sarna.com/PEAK/src/peak/util/tests/EigenData.py.diff?r1=1.7&r2=1.8

To generate a diff of this commit:
cvs rdiff -r1.117 -r1.118 PEAK/CHANGES.txt
cvs rdiff -r1.75 -r1.76 PEAK/src/peak/config/config_components.py
cvs rdiff -r1.34 -r1.35 PEAK/src/peak/config/interfaces.py
cvs rdiff -r1.48 -r1.49 PEAK/src/peak/running/commands.py
cvs rdiff -r1.13 -r1.14 PEAK/src/peak/util/EigenData.py
cvs rdiff -r1.7 -r1.8 PEAK/src/peak/util/tests/EigenData.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




More information about the source-changes mailing list