[Off topic] Need some hints where to start
Hi,
I've been out of C++ for around 9 years. (Doing java since then)
For an upcoming project I have to get back into it.
I've already done quite much execise with STL, boost and ICU.
Now I'm looking for a solution for the following problem:
I need some kind of RessourceManager, which is able to suspend
some threads and dump their memory to disk. It must maintain
dependencies between ressources and should be as transparanet
as possible to the rest of the source code. It should have some config
options like amount of memory to use, etc.
I think a starting point would be an Allocator which is connected to
a ResourceManager.
Is there any standard way, which I haven't found, to do this?
Greetings,
Markus
P.S.: Can someone point me which is the right mailing
list for this kind of questions?

