Browse thread
file mapped bigarray and Unix.unlink
-
Matthieu Dubuget
-
Matthieu Dubuget
- David MENTRE
- Florian Hars
-
Matthieu Dubuget
[
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: | David MENTRE <dmentre@l...> |
| Subject: | Re: [Caml-list] file mapped bigarray and Unix.unlink |
Hello Mathieu, 2009/7/2 Matthieu Dubuget <matthieu.dubuget@gmail.com>: > The strategy I adopted is to spawn a recursive thread that > periodically try to erase the file until success. That seems the wrong solution to me. The unlink syscall should work immediately or you have another reason why it only works after a certain time. Yours, david