Search found 2 matches
- Mon Jun 30, 2008 7:07 am
- Forum: Common Lisp
- Topic: FastCGI for SBCL?
- Replies: 8
- Views: 25990
Re: FastCGI for SBCL?
We use apache and mod_proxy to send some requests to a running sbcl (running ucw listening on a 127.0.0.1 port), and use apache to serve other static content (images, css, js) and handle LDAP auth. We started out with mod_lisp, but found it gave little performance benefit over using mod_proxy, and i...
- Mon Jun 30, 2008 6:53 am
- Forum: Common Lisp
- Topic: Best way to start on Windows : need advices
- Replies: 13
- Views: 42966
Re: Best way to start on Windows : need advices
I currently use xemacs on windows to connect to sbcl running on linux, but had reasonable luck a few years ago using xemacs / slime / clisp on windows. I had followed some old Bill Clemenson articles, and had eventually got cl-sdl working. I made made a simple zombie simulation with a grid showing z...