<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi All,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Scenario:</FONT></DIV>
<DIV><FONT face=Arial size=2>simple_one_for_one supervisor supervising for bunch 
of fsms (gen_fsm).</FONT></DIV>
<DIV><FONT face=Arial size=2>Need to restart all the childs (fsms) under that 
simple_one_for_one supervisor.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Questions:</FONT></DIV>
<DIV><FONT face=Arial size=2>1.) Are there any way to restart the childs 
(fsms) one by one?</FONT></DIV>
<DIV><FONT face=Arial size=2>2.) Are their any way to restart the 
simple_one_for_one  supervisor instead of above 1 ? so the childs will 
restart automatically.</FONT></DIV>
<DIV><FONT face=Arial size=2>3.) What is the proper way if above 1 & 2 
methods are not suit for the task.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>NOTE: Erlang Manual Says ...</FONT></DIV>
<DIV><FONT face=Arial size=2>The functions terminate_child/2, delete_child/2 and 
restart_child/2 are invalid for simple_one_for_one supervisors and will return 
{error,simple_one_for_one} if the specified supervisor uses this restart 
strategy.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks in Advance</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Sanjaya Vitharana.</FONT></DIV></BODY></HTML>