Skip to content

CRAN release 0.8.2

Compare
Choose a tag to compare
@shikokuchuo shikokuchuo released this 03 Apr 09:22
· 1326 commits to main since this release
3aaa8ec
  • dispatcher() re-implemented using an innovative non-polling design. Efficient process consumes zero processor usage when idle and features significantly higher throughput and lower latency.
    • Arguments 'pollfreqh' and 'pollfreql' removed as no longer applicable.
  • Server and dispatcher processes exit automatically if the connection with the client is dropped. This significantly reduces the likelihood of orphaned processes.
  • launch() exported as a utility for easily re-launching daemons that have timed out, for instance.
  • Correct passthrough of ... variables in the daemons() call.
  • Requires nanonext >= 0.8.1.
  • Internal performance enhancements.