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 <[EMAIL PROTECTED]> wrote:
> Roland Orre <[EMAIL PROTECTED]> 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         | [EMAIL PROTECTED]      | [EMAIL PROTECTED] | 
> [EMAIL PROTECTED]
> 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
> Guile-user@gnu.org
> http://lists.gnu.org/mailman/listinfo/guile-user
>


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user

Reply via email to