
21 Nov
2006
21 Nov
'06
6:36 p.m.
Mathias Gaunard said: (by the date of Tue, 21 Nov 2006 19:10:08 +0100)
Thorsten Ottosen wrote:
It seems like a bad idea to mix threading into the container itself.
Unless you're designing lock-free data structures.
good point. I didn't mention that. I want multiprocessor support to be transparent for the data structures. The 'bottom' data classes will not have to care about mutexes, etc - just focus on the most important thing that they are doing. -- Janek Kozicki |