Browse thread
Closing all open file descriptors
[
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] Closing all open file descriptors |
Zitat von Mattias EngdegÄ rd <mattias@virtutech.se>: > >If you have all your open descriptors in a list, > >you can close them after a fork. > > That approach does not compose well --- descriptors opened by > a library will be excluded. [...] Oh, I have not seen this last sentence. Well, wouldn't the library offer possibilities to close those files? Can you give an example on where you see problems? Ciao, Oliver