asyncoro version 3.6.6 has been released. Following are changes since last release:

  • Fixed 'hash' method in 'Coro' to avoid unbounded recursion for local coroutines (since 3.6.3 release).
  • Fixed memory leak with discoronode under Windows.
  • Fixed asynchronous pipes for Windows. 'discomp7' example has been fixed to work under Windows as well.
  • Added commands "status" and "close" to discoronode.
  • Added 'daemon' option to discoro and discoronode so they can be started from init scripts, for example.
  • Changed 'pulse_interval' and 'zombie_period' defaults for Computation to avoid a hung/deadlocked client to hog discoronode.