Re: threading in PicoLisp

2010-07-27 Thread Alexander Burger
Hi Dan, > I have my HTTP-based GUI but my process is going to do a bunch of > stuff and it would be nice if the web server were still responsive. Yes, this is the normal case, and works normally right out of the box if certain rules are observed. > The GUI will only display information about the

Re: threading in PicoLisp

2010-07-27 Thread Henrik Sarvell
Depending on what you want to do you might want to take a look at boss (couldn't find it in the reference?) or later, they've been discussed on this mailing list before, you should be able to find those discussions by searching. The 64bit version has something called coroutines I think which is so

threading in PicoLisp

2010-07-27 Thread Daniel Elliott
Hello again, I have my HTTP-based GUI but my process is going to do a bunch of stuff and it would be nice if the web server were still responsive. The GUI will only display information about the status of the program and will be able to display information from the DB. Would this be best handled