[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?

[902 byte] By [quisam] at [2007-11-26 10:09:21]
# 1
A good resource for general C++ programming questions like yours is newsgroupcomp.lang.c++.moderated
clamage45 at 2007-7-7 1:52:39 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 2
Thanks a lot.
quisam at 2007-7-7 1:52:39 > top of Java-index,Development Tools,Solaris and Linux Development Tools...