Changes between Version 4 and Version 5 of 2014-09-25
- Timestamp:
- Sep 25, 2014, 4:54:50 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
2014-09-25
v4 v5 19 19 Greg discussed the separation between Session and Application objects. It was agreed that it would be nice if logging functionality was accessible outside of session objects so that such objects would not have to be passed through to every function that might want to log information or errors. This led into a long discussion of the costs and benefits of supporting multiple sessions in the same Chimera 2 process. No conclusion was reached and it was agreed to table the discussion until Monday's meeting with the full group, to garner additional input and possibly see if someone had a compelling use case that required multiple separate sessions. 20 20 21 Greg suggested that tools might simply put attributes into sessions and there would be a mechanism to prevent overwrites, but Conrad wanted to see more discipline in session attributes names, e.g. volume_data rather than mav391, the idea being would know to distribute their data into these well-known names so that other tools could find them if needed. There would be some place for tools to put miscellaneous tool data.21 Greg suggested that tools might simply put attributes into sessions and there would be a mechanism to prevent overwrites, but Conrad wanted to see more discipline in session attributes names, e.g. volume_data rather than mav391, the idea being that tool writers would know to distribute their data into these well-known names so that other tools could find them if needed. There would be some place for tools to put miscellaneous tool data. 22 22 23