Browse thread
[Caml-list] Thread Local Storage
- Jonathan Roewen
[
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: | 2006-02-13 (04:29) |
From: | Jonathan Roewen <jonathan.roewen@g...> |
Subject: | [Caml-list] Thread Local Storage |
Hi, I'm wondering if it'd be at all possible to somehow implement something akin to TLS under the ocaml bytecode vmthreads package. This is for having software-based processes, and globals whose instances are unique to a given process. Jonathan