[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Pfork() question/problem



well, I do something like that, (very basic).

appl_init()
if Pfork=0
   appl_init()
      do_this_loop
       blah
      end_this_loop
   appl_exit()
   Pterm()
endif
do blah2
appl_exit()

This works. HOWEVER if I put an evnt_timer(20) for example right in
the loop. this will lock up the whole system, Need to reboot after
that.
ANy idea what's happening?
Thanks


________________________________________________________________________________
Email:Kellis@primenet.com
Web http://www.primenet.com/~kellis/
________________________________________________________________________________