Re: [fpc-pascal] Shared Object Libraries non-PIC

2005-07-18 Thread Jonas Maebe
On 17 Jul 2005, at 01:34, L505 wrote: How does the calling program know that it's not PIC (position independant code)? The linker can find this out while loading the dynamic library (if there are relocation entries in text sections, then it's no PIC). You should not have to do anything s

Re: [fpc-pascal] Recursion

2005-07-18 Thread Florian Klaempfl
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 handle more than one request at a time. > > When a rule cascade recurses for 10th time, a thre