Márcio Faustino <[email protected]> writes: > Is it easier/faster to use Lisp as a CGI script language under Linux?
A common model for CL web work is to start a long-running Lisp process and communicate with it over a socket. That way you don't pay the startup costs repeatedly. Zach ------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev _______________________________________________ Ecls-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ecls-list
