Re: database contest article

2008-12-05 Thread Alexander Burger
Hi Tomas, I just tried to roughly benchmark the forking server and I do not think it is a limiting factor. With the following code That's right. For a database benchmark it is not a limiting factor, this will be more on the db side. However, if I try a non-forking server

Re: readline()

2008-12-05 Thread Alexander Burger
On Fri, Dec 05, 2008 at 07:24:47AM +0100, Alexander Burger wrote: What remains is the nasty feature that readline() does not obey the line's starting column. It should start at column 2 (because PicoLisp issues its own prompt : ). OK, found it! Here is the current implementation: