Browse thread
Re: Threads Library
- Juergen Pfitzenmaier
[
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: | Juergen Pfitzenmaier <pfitzen@i...> |
| Subject: | Re: Threads Library |
Xavier Leroy wrote: > This is correct. Currently, there is no automatic reclaimation of > threads whose identifier (the associated Thread.t value) is > unreachable, because those threads could be "daemon" threads that do > useful work in the background. Why not use a special instance of Thread for daemon threads and reclaim only all normal uses of Thread that became unreachable ? pfitzen