Skip to content

Releases: dmolina/DaemonMode.jl

v0.1.9

27 Jul 19:46
Compare
Choose a tag to compare

DaemonMode v0.1.9

Diff since v0.1.5

Closed issues:

  • Processes don't always terminate (#12)
  • Version v0.1.5 (#28)
  • Version 0.1.6 (#30)
  • Version 0.1.7 (#31)
  • TagBot trigger issue (#34)

Merged pull requests:

v.0.1.8

29 May 11:38
Compare
Choose a tag to compare

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

16 Mar 19:50
Compare
Choose a tag to compare

Version with threads support.

v0.1.0

11 Aug 13:06
Compare
Choose a tag to compare

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.