Browse thread
[Caml-list] Unix module and threads
[
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: | Daniel Andor <da209@c...> |
| Subject: | Re: [Caml-list] Unix module and threads |
On Sunday 05 September 2004 2:42 pm, Markus Mottl wrote: > On Sun, 05 Sep 2004, Janne Hellsten wrote: > > I wonder what happens if I call [Unix.chdir foo] from two different > > threads, with two different directories? > > This is not thread-safe: threads share the current working directory of > the process. > > > After chdir I typicall call [Unix.system] and/or > > [Unix.open_process_full] and expect the directory to be the one just > > previously set with [Unix.chdir]. If you absolutely must use chdir, perhaps you could use a mutex (a `path' mutex, if you like) to control modification of the process working directory? D ------------------- 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