chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] repl with scgi?


From: felix winkelmann
Subject: Re: [Chicken-users] repl with scgi?
Date: Wed, 28 Jun 2006 07:14:22 +0200

On 6/28/06, jbarciela jbarciela <address@hidden> wrote:
Hello all,

I'm starting to write a web application using the scgi egg and the
lighttpd web server, and I miss my REPL ;)

I used scgi-example.scm as a starting point and just called
scgi:add-resource with my own functions.
My question is: is there a way to have a REPL in such an environment
and modify the web app incrementally without restarting the scheme
process? (given the fact that (scgi-server #t)
 doesn't return)


What I usually do, is start the server in a separate thread. I don't
know how scgi is implemented, but it works fine (well, most of
the time) with the chicken web-server.


cheers,
felix




reply via email to

[Prev in Thread] Current Thread [Next in Thread]