Browse thread
memory usage
[
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: | John Lepikhin <john@i...> |
| Subject: | Re: [Caml-list] Re: memory usage |
> Do you use some kind of Thread.join ? No. The only things that ties threads are 2-3 shared values, which sometimes locks by mutexes, reads/modifies and then unlocks. Nothing special.