"Spawning is a wsgi server which supports multiple processes, multiple threads, non-blocking HTTP io, and automatic graceful upgrading of code." —
pypi description of spawningTiddlyWeb can be run with spawning using a
plugin called
tiddlywebplugins.spawner that provides the
wsgi app factory that spawning requires.
spawn --factory=tiddlywebplugins.spawner.factory ''
No effort is made here to instruct you on how to install spwaning itself. Once you get past that point, all that's required is to create a
TiddlyWeb instance, install tiddlywebplugins.spawner, and run the above command (note the empty string argument). A server should start up.
Note- spawner is experimental and not fully featured, not all aspects of tiddlywebconfig are respected when the server starts, most importantly, server host and port settings. This will come. Please feel to make contributions to tiddlywebplugins.spawner if you find using TiddlyWeb with spawning an interesting thing.