[Prev][Next][Index][Thread]

Re: How can I write a simple mac cl-http daemon of my own?




Try turning on virtual memory.

This will get CL-HTTP running, even if a bit slow.

Most importantly, it will get it compiled.

Then, you may be able to load the server with virtual memory off.

Otherwise, you might comment out the last export of http:examples;exports.lisp
so that it does not export the entire distribution directory.

Finally, try skipping the load of  http:examples;exports.lisp all together and
see what happens.

I know people have run CL-HTTP successfully with 6mb of memory.
It would be interesting to see what the minimum size can be.