Re: non forking picoLisp appserver

2010-08-23 Thread Edwin Eyan Moragas
On Mon, Aug 23, 2010 at 7:10 PM, Alexander Burger wro= te: > Hi Edwin, > >> can i make the picoLisp app server not fork? that is, when i run > > There was a discussion about that here in 2008. You can easily make a > non-forking server by not calling the standard 'server' function which > automati

Re: non forking picoLisp appserver

2010-08-23 Thread Alexander Burger
Hi Edwin, > can i make the picoLisp app server not fork? that is, when i run There was a discussion about that here in 2008. You can easily make a non-forking server by not calling the standard 'server' function which automatically forks upon a connect, but use a 'listen'ing loop instead: ##

non forking picoLisp appserver

2010-08-23 Thread Edwin Eyan Moragas
Hi all, another question from your neighborhood newbie. can i make the picoLisp app server not fork? that is, when i run examples with the app server, it forks. and this is of course covered by the app dev tutorial. but is there an easy way for it not to fork? i know i am poking around. just may