[PATCH] view: msg_html uses getline body to reduce latency

2016-06-13 Thread Eric Wong
We need to ensure we show the message body ASAP since the thread generation via Xapian could take a while and maybe even raise an exception or crash. --- lib/PublicInbox/View.pm | 27 +-- lib/PublicInbox/WWW.pm | 2 +- t/view.t| 8 +++- 3 files

[PATCH] examples: systemd socket and service definitions for daemons

2016-06-13 Thread Eric Wong
Since our daemons are built to take advantage of socket activation, provide example files to allow systems administrators to hit the ground running with systemd. Example init files for other systems greatly appreciated. --- examples/public-inbox-httpd.socket | 10 ++