Is there a standard graceful way of stopping a background process?
I could: launch nsv as a thread in the background, then fg it back, then use (quit) in the repl. But is there a better way to do this? Does (quit) shut down the server gracefully?
upon further reading through the forum, i figured out that the timeouts were a side-effect of the 'date problem' but because i hadn't been quick on the uptake, i had no idea that was what i was even looking for.
moving to anarki/arc-wiki stable fixed that. thanks for putting up with me, everyone!! :)
you are my hero, i hadn't seen the thread procedure documented in the tutorial.
the problem manifests itself as either 502 errors (served via mod_proxy_balancer) or "server dropped the connection" errors, but the thread business helps immensely.