Browse thread
Avoiding shared data
[
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: | 2005-10-04 (02:54) |
From: | skaller <skaller@u...> |
Subject: | Re: Ant: Re: Ant: Re: Ant: Re: [Caml-list] Avoiding shared data |
On Mon, 2005-10-03 at 22:03 +0200, Martin Chabr wrote: > Avoiding shared data. Why is it done that way? Who > wants to have an array or list of identical records or > sub-arrays or other sub-structures which are all > updated at the same time in the same way? Mutable shared data is very useful: caching is an obvious example where this is precisely what you want. -- John Skaller <skaller at users dot sf dot net> Felix, successor to C++: http://felix.sf.net