guile-user
[Top][All Lists]
Advanced

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

Re: Urgent need for solution: guile to serve the web (+ python?)


From: Julian Graham
Subject: Re: Urgent need for solution: guile to serve the web (+ python?)
Date: Sat, 2 Apr 2005 12:36:18 -0500

Also, if you need anything over and above a SAX API, you might want to
check out my Scheme DOM implementation, SDOM
(http://www.nongnu.org/sdom/).  It's currently far from being done,
but most of the important stuff is there.


Cheers,
Julian

On Apr 2, 2005 9:52 AM, Andreas Rottmann <address@hidden> wrote:
> Roland Orre <address@hidden> writes:
> 
> > My problem: I have invested a lot of development using the guile API
> > and am now in urgent need to interface my software with the web.
> >
> > In python I can easily define a web server to serve my needs
> > (simple GET and POST including cookie handling and file transfers).
> > I've set up such a server using examples I found in half an hour.
> >
> > The easiest now would be to make such a server in guile, but I have
> > searched for such a server but haven't found anything, does anyone
> > have any hint about such a solution?
> >
> > Is there any other way? Like including guile in the apache server.
> > What is essential is that the guile process with its memory
> > resident data bases and such is active all the time. I don't
> > know how to do such a thing with apache though (hints?)
> >
> Maybe implement SCGI[0] for Guile?
> 
> [0] http://www.mems-exchange.org/software/scgi/
> 
> Rotty
> --
> Andreas Rottmann         | address@hidden      | address@hidden | 
> address@hidden
> http://yi.org/rotty      | GnuPG Key: http://yi.org/rotty/gpg.asc
> Fingerprint              | DFB4 4EB4 78A4 5EEE 6219  F228 F92F CFC5 01FD 5B62
> v2sw7MYChw5pr5OFma7u7Lw2m5g/l7Di6e6t5BSb7en6g3/5HZa2Xs6MSr1/2p7 hackerkey.com
> 
> Any technology not indistinguishable from magic is insufficiently advanced.
>    -- Terry Pratchett
> 
> 
> _______________________________________________
> Guile-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/guile-user
>




reply via email to

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