[Top][All Lists]
[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
- [Chicken-users] repl with scgi?, jbarciela jbarciela, 2006/06/27
- Re: [Chicken-users] repl with scgi?,
felix winkelmann <=
- Re: [Chicken-users] repl with scgi?, Thomas Chust, 2006/06/28
- Re: [Chicken-users] repl with scgi?, jbarciela jbarciela, 2006/06/28
- Re: [Chicken-users] repl with scgi?, Peter Bex, 2006/06/28
- Re: [Chicken-users] repl with scgi?, jbarciela jbarciela, 2006/06/28
- Re: [Chicken-users] repl with scgi?, Peter Bex, 2006/06/28
- Re: [Chicken-users] repl with scgi?, Kon Lovett, 2006/06/28
- Re: [Chicken-users] repl with scgi?, Zbigniew, 2006/06/28
- Re: [Chicken-users] repl with scgi?, Graham Fawcett, 2006/06/28
- Re: [Chicken-users] repl with scgi?, Thomas Chust, 2006/06/29