FreifunkBremen / nodewatcher

Software to notify owners if their nodes go down
3 stars 1 forks source link

Instantiate plugins on demand #3

Open jplitza opened 10 years ago

jplitza commented 10 years ago

Currently, the PluginManager instantiates each plugin when loading it. This is sub-optimal. For example, the XMPPNotifier doesn't need to connect to the XMPP server (and tear it down eventually) if nobody is notified via XMPP.