Browse thread
Threads & Fork
[
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: | Oliver Bandel <oliver@f...> |
| Subject: | Re: [Caml-list] Threads & Fork |
"Avoid using fork in a threaded program (if you can)
unless you intend to exec a new program immediately."
(David R. Butenhof: Programming with POSIX Threads, p. 197)
So better first do the fork, then the threading-stuff...
Ciao,
Oliver