aboutsummaryrefslogtreecommitdiffstats
path: root/doc/plan.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/plan.xml')
-rw-r--r--doc/plan.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/plan.xml b/doc/plan.xml
index 18326e01e..c850afa7a 100644
--- a/doc/plan.xml
+++ b/doc/plan.xml
@@ -79,9 +79,14 @@
</item>
<item>
- <title>Extensions: Loading/Unloading</title>
+ <title>Extensions Lifecycle</title>
<description>
- Dynamic loading/unloading of extensions.
+ Right now the startup process is: &quot;startup -&gt; get session -&gt;
+ get extensions manager -&gt; load extensions -&gt; get session&quot;. We
+ should make the extensions manager load extensions *later*, so that the
+ session is created for them by the time they need it.
+
+ This should pave the way for dynamic loading/unloading of extensions.
</description>
<status id="pending"/>
<responsible email="adamh@densi.com">Adam Hooper</responsible>