Re: Multitask Feedback
- Posted by Robert Craig <rds at RapidEuphoria.com> Sep 23, 2005
- 455 views
Juergen Luethje wrote: > I have an additional idea. > If a task crashes and nothing outside that task is affected, only that > task "dies", and all other tasks keep running. Is that possible? Maybe. I'll give it some thought. Thanks. Currently when any task crashes you'll get a call stack traceback in ex.err for *each* task, plus the global/local variables as usual. The active (crashing) task info is listed first. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com