On 10/27/17, Johan Kuuse <[email protected]> wrote: >> > Obviously, this is not a big issue unless the Fossil web server > handles heavy traffic of big Markdown documents - which isn't its main > purpose anyway. :-)
Even then, it isn't an issue, because the Fossil web server creates a new process to handle each request, and so the exit() function still operates as a (very fast and efficient) garbage collector following each request. -- D. Richard Hipp [email protected] _______________________________________________ fossil-dev mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev
