Much cleaner, but not working, because I have a circular loop

This commit is contained in:
lsowen
2012-12-04 21:36:44 -05:00
parent 676e112600
commit 4f3364a76d
10 changed files with 353 additions and 371 deletions

View File

@@ -40,7 +40,7 @@ start_link(_) ->
%% specifications.
%%--------------------------------------------------------------------
init(_) ->
EzicDb = {ezic_db_ets,{ezic_db_ets, start_link, []},
EzicDb = {ezic_db,{ezic_db, start_link, []},
permanent,2000,worker,[ezic_db_ets]},
{ok,{{one_for_all,3,30}, [EzicDb]}}.