Browse thread
[Caml-list] Realtime Ocaml
- Alex Baretta
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Alex Baretta <alex@b...> |
| Subject: | [Caml-list] Realtime Ocaml |
I'm working on a realtime PLC application on a Linux device. My PLC will run several different concurrent tasks in a multithreaded environment. How can I interact with ocaml's thread scheduling policy so that I can make sure that no task hogs the cpu, but all tasks cooperate harmoniously? Further, how can I make sure that the garbage collector is never fired during "critical sections" of my code, when the controlled device is not in a quiescent, safe state? Thanks! Alex ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners