Re: [fpc-pascal] Recursion

2005-07-17 Thread Jan Ruzicka
Any luck with gdb? Would you have a minimal source code example? Jan On Jul 17, 2005, at 17:19, Paul Davidson wrote: Having problem with app. It is rule based, and operates with recursion. Events, such as HTTP requests, timers etc, are processed in separate threads such that rule engine can h

[fpc-pascal] Recursion

2005-07-17 Thread Paul Davidson
Having problem with app. It is rule based, and operates with recursion. Events, such as HTTP requests, timers etc, are processed in separate threads such that rule engine can handle more than one request at a time. When a rule cascade recurses for 10th time, a thread dies. But only first ti