Releases: dmolina/DaemonMode.jl
Releases · dmolina/DaemonMode.jl
v0.1.9
v.0.1.8
New
- Add option threaded to allow activate or desactivate to use threads with async.
- The function exit() can be used inside the client.
Fixes
- Fix annoying error message for closing process during output.
- Usage of exit() function inside the client.
- Error depending on the order of sending to socket the output and/or the return code.
- Using @Spawn instead of @async in async mode.
Changes
- Improve documentation in relation with async and threads.
- Improve documentation with PackageCompiler.
v0.1.5
v0.1.0
New
-
Performance, because packages are maintained in memory. This is especially interesting with common external packages like CSV.jl, DataFrames.jl, ...
-
The code is run using the current directory as working directory.
-
Robust, if the file has an error, the server continues working (for other scripts, stops for your current one).
-
It accepts parameters without problems.
-
Run complete file and also specific code.
-
Run in multiple modules to avoid conflicts of names.