CIAO VERSION: 0.5.8<br>TAO VERSION : 1.5.8<br>ACE VERSION : 5.5.8<br><br>HOST MACHINE and OPERATING SYSTEM:<br> i686 pc, SUSE linux Enterprise Server 9, Kernel 2.6.5<br><br>COMPILER NAME AND VERSION (AND PATCHLEVEL):<br>
gcc 3.3.3 (SuSE Linux)<br><br>THE $ACE_ROOT/ace/config.h FILE:<br> #include "config-linux.h"<br><br>THE $ACE_ROOT/include/makeinclude/platform_macros.GNU FILE :<br> include $ACE_ROOT/include/makeinclude/platform-
linux.GNU<br><br>CONTENTS OF $ACE_ROOT/bin/MakeProjectCreator/config/default.features<br> (used by MPC when you generate your own makefiles):<br> N/A<br><br>AREA/CLASS/EXAMPLE AFFECTED:<br> CIAO container implementation
<br><br>SYNOPSIS:<br> saving and loading the state of a component<br><br>DESCRIPTION:<br> Hi there,<br><br> I'm looking for a way to save the internal state of a CCM component,<br> including component specific data, in order to resume component
<br> operation after restarting a component.<br><br> I'm aware that there are different types of component containers,<br> which have a certain persistence policy. Can you point me to some<br> documentation about that?
<br> Are there any standard mechanisms, which I can use to store the<br> internal state of my components?<br> What is the current state of CIAO, concerning such features?<br><br> Thanks,<br> Friedhelm<br>