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: | 2007-09-15 (11:35) |
From: | Mattias Engdegå rd <mattias@v...> |
Subject: | Re: [Caml-list] Closing all open file descriptors |
>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. The only good way is to ask the system.