Skip to content

1.0.8

Compare
Choose a tag to compare
@TrueBrain TrueBrain released this 04 May 17:57
f242c85
Add: reload the database in a separate process (#21)

This means that during reloads, the server is fully responsive
with the old code. Once the reload is done, the database is
swapped around in memory, and any changes will be available from
that point on.

There was need for some rewrite, as the less is sent over the
wire during process creation, the better. This should now be
brought to a minimum: things like configuration and that is it.
This has one downside, that for a time there are two full
dictionaries are in memory. This increases the memory footprint
of the application a bit; in return we get a non-blocking reload.