[
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: | Matthieu Dubuget <matthieu.dubuget@g...> |
| Subject: | Re: [Caml-list] file mapped bigarray and Unix.unlink |
Solved! Sorry for the noise. The operating systems takes time to free the file descriptor. The strategy I adopted is to spawn a recursive thread that periodically try to erase the file until success. Salutations