<div><br clear="all"><font face="courier new,monospace">Dear all,</font></div>
<div><font face="courier new,monospace"></font> </div>
<div><font face="courier new,monospace">I'm running an application using OTP principles.</font></div>
<div><font face="courier new,monospace"></font> </div>
<div><font face="courier new,monospace">The Supervision tree has the following structure.</font></div>
<div><font face="courier new,monospace">                          Supervisor1</font></div>
<div><font face="courier new,monospace">                             /          \</font></div>
<div><font face="courier new,monospace">                            /            \</font></div>
<div><font face="courier new,monospace">                    Supervisor2      Workers</font></div>
<div><font face="courier new,monospace">                       /</font></div>
<div><font face="courier new,monospace">                      /</font></div>
<div><font face="courier new,monospace">                   Workers</font></div>
<div><font face="courier new,monospace"></font> </div>
<div><font face="courier new,monospace">             Here if the Supervisor2 is exited then it would start automatically. There is no problem in that. But Supervisor2  starts with the same data which i passed while starting the Supervisor2 . What i want is, if the Supervisor2 is restarted, it should not use the same data which i passed to it while starting that. ie. I want the data to be passed to the Supervisor2 under my control while restarting it. How this can be acheived?
</font></div>
<div><font face="courier new,monospace">Please clarify<br>-- <br>Thanks in advance,<br>S.Surindar </font></div>