Lisp as CGI on Shared Hosting

Discussion of Common Lisp
Post Reply
biturika
Posts: 4
Joined: Tue Mar 23, 2010 9:47 am

Lisp as CGI on Shared Hosting

Post by biturika » Tue Apr 06, 2010 8:05 am

Has anyone had any success with processing Common Lisp a CGI scripts on shared web hosting (as opposed to VPS hosting)?

I saw this tutorial and thought it might solve my lack of privileges to add mod_lisp to apache.

So far though only the bash and perl scripts execute in my cgi-bin directory. Just wondered if anyone had had any experience in this area.
h
Thanks for any feedback.

PS The reason I'd like to get it running on a shared host -- and I might be wrong about this -- but as I would eventually like to learn some multicore programming, and this shared host uses a 64bit OS and isn't virtualizing any hardware, I would think any benchmarking would remain accurate, as opposed to benchmarking done under a 32bit hypervisor on a VPS host.

Post Reply