External symbols and lists across forks, again

2011-07-16 Thread Henrik Sarvell
I just noticed that external symbols are only accessible in a forked http server instance if they are directly stored in a variable, e.g. (setq *Obj (db ... )), however if they are stored in a global list they seem to be inaccessible or? Doing the intern trick works though: (put '*Testing

doProve (was Re: Ninety-Nine Lisp Problems: pilog)

2011-07-16 Thread Edwin Eyan Moragas
> (BTW - Many people might not realise the heart of pilog, the prove function, > is written in C and seems very fast. For some prolog applications, it may be > fast or faster than compiled prologs - would like to see some benchmarks to > investigate that feeling. But for years, I was under the f

Re: External symbols and lists across forks, again

2011-07-16 Thread Alexander Burger
Hi Henrik, > I just noticed that external symbols are only accessible in a forked > http server instance if they are directly stored in a variable, e.g. > (setq *Obj (db ... )), however if they are stored in a global list > they seem to be inaccessible or? Sorry, it looks like I don't understand