Bug 458999 - Have adapter removal and resource unload optional on session close
Summary: Have adapter removal and resource unload optional on session close
Status: NEW
Alias: None
Product: Sirius
Classification: Modeling
Component: Core (show other bugs)
Version: 2.0.0   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2015-02-03 03:57 EST by Esteban DUGUEPEROUX CLA
Modified: 2015-02-03 08:49 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Esteban DUGUEPEROUX CLA 2015-02-03 03:57:36 EST
I raise this feature request to have adapter removal and resource unload optionnal on session close to speed up close.
When doing that we must be sure to not have references to session model elements kept, typically memory leaks.
Comment 1 Pierre-Charles David CLA 2015-02-03 08:49:01 EST
This is related to bug 456410 and bug 456326, and goes with the general theme of allowing downstream clients to customize behaviors which are currently hard-coded in Sirius, either because they do not need them (as is the case here) and/or because they can provide a better/smarter/more efficient implementation of the behavior for their specific context.