To bridge my applicaiton to supervisor module
Suresh S
sureshsaragadam@REDACTED
Mon Jan 13 06:15:04 CET 2003
Hi
My application does not use any behaviour other than
start module (behaves as an applicaiton) and
supervisor module,
Here i have to make use of Supervisor behaviour
( Supervisor tree )
even though other modules of my applicaiton does not
follow any protocol
(i.e Any Other behavious or supervision principles )
Here i have to make a release, the release resourse
file will check the correctness of my application , So
i think the way out is i have to make use of
supervisor_bridge, i included a supervisor_bridge
module in between supervisor and my own applicaiton
which should start my own applicaiton..
Start Module (behaviour Applicaiton)
|_Super Module (behaviour supervisor)
|_Sup
bridge(supervisor_brodge)
|_MyApp start
|_x.erl
|_y.erl
start_module.erl - Applicaiton behaviour
Super_Module.erl - Supervisor behaviour
Sup_Brodge.erl - sup bridge behaviour
x.erl - No Behaviour
y.erl - No Behaviour
z.erl - No behaviour
Is this a correct approah,
Because i made a boot script , using make_scrit i
could generate a boot script successfully , but i
failed to start the script i generated
This is the error message i had when i am starting my
application using the script i generated
erl -boot ./entry -boot_var SamApp Dir
Kernel pid terminated (application_controller)
(shutdown)
Thanking u
suresh s
________________________________________________________________________
Missed your favourite TV serial last night? Try the new, Yahoo! TV.
visit http://in.tv.yahoo.com
More information about the erlang-questions
mailing list