]> Sergey Matveev's repositories - public-inbox.git/commit
daemon: refresh before forking
authorEric Wong <e@80x24.org>
Sat, 27 Feb 2016 22:36:32 +0000 (22:36 +0000)
committerEric Wong <e@80x24.org>
Sat, 27 Feb 2016 22:41:32 +0000 (22:41 +0000)
commit10675ec65c81492fef322567db9f545d5b7d6d58
tree1df792ead75e802e61bd18ee2209507f66052429
parente6a02743e6411d6e70e4b72e749694445f9ff6db
daemon: refresh before forking

This means we always load the PSGI server code early for
-httpd.  This may make things less compatible with existing
PSGI/Plack apps, but we prioritize our httpd for the uses
of public-inbox itself, first.

And any existing PSGI/Plack app which wants to may adapt
themselves to being preload-friendly.
lib/PublicInbox/Daemon.pm