in reply to Re^2: STM for Perl
in thread STM for Perl
STM is a particular technique to achieve safe access to data in a multithreaded program. The concurrency it deals with isn't that of different processes accessing the data on disk at the same time, and the locks it saves the programmer from thinking about aren't of the filesystem type.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: STM for Perl
by dragonchild (Archbishop) on Jan 25, 2007 at 14:15 UTC | |
by gaal (Parson) on Jan 25, 2007 at 14:40 UTC |