5 ms·
> Bottle uses one process-wide application object. Flask supports initializing multiple application objects. The process-wide application object is a sane defa
by defnull 16y ago
> Bottle uses one process-wide application object. Flask supports initializing multiple application objects.
The process-wide application object is a sane default for small applications, but not the only option. You can instantiate bottle.Bottle() and work with that, if you need multiple encapsulated application objects. This is fully supported.