asyncoro version 3.6.3 has been released. In this version:
Added Dockerfile to build docker images to run discoronode program in containers. This fully isolates discoronode so executing arbitrary programs does not affect host operating system.
Added serve option to discoronode program to quit after executing given number of computations. This option can be used in conjunction with docker images to create same environment for every computation.
Creating asynchronous pipes in Windows has been fixed. Changed discomp7.py example (that shows how to distribute and execute standalone programs that read standard input and write to standard output) to work with Windows.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
asyncoro version 3.6.3 has been released. In this version: