Skip to content

Commit

Permalink
Added some notes on concurrency/parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
tbk303 committed Nov 14, 2011
1 parent 31ce033 commit 276226c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -7,4 +7,9 @@ Currently, most of the code is just a copy of the excellent cron package
found in the BuildBox package (http://hackage.haskell.org/package/BuildBox)
by Ben Lippmeier, slightly adjusted to execute arbitrary IO () actions.

Currently, no parallelism/concurrency is involved at all, the scheduler just
runs jobs and blocks while doing so. Adding support for these is one of the
major goals for the future. Nevertheless, you can run the whole scheduler
as some kind of worker by just forking it off using forkIO/forkOS.

License: BSD3, see LICENSE

0 comments on commit 276226c

Please sign in to comment.