Browse thread
file mapped bigarray and Unix.unlink
-
Matthieu Dubuget
-
Matthieu Dubuget
-
David MENTRE
- 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: | Matthieu Dubuget <matthieu.dubuget@g...> |
| Subject: | Re: [Caml-list] file mapped bigarray and Unix.unlink |
| Sujet : « Re: [Caml-list] file mapped bigarray and Unix.unlink » | Pour : « matthieu.dubuget@gmail.com » | De : « David MENTRE <dmentre@linux-france.org> » | Le Thu Jul 02 2009 11:49:33 GMT+0200 (CEST) > 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 > I agree… but: - I'm already late (I know, that's a bad reason) - I don't know what could be the reason(s) for this delay Thanks Matt