in reply to Re: Multithreaded (or similar) access to a complex data structure
in thread Multithreaded (or similar) access to a complex data structure

I'll have to look into this feature of Berkeley DB, I've never heard about it before. If this allows me to keep a "central database" in memory accessible by "child threads" who's purpose is to access and invoke object methods in the data structure, it might just be a way to go. Sending back changes can be done in any number of ways ofcourse.

-- Time flies when you don't know what you're doing
  • Comment on Re^2: Multithreaded (or similar) access to a complex data structure