guile-user
[Top][All Lists]
Advanced

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

Re: Web development


From: MJ Ray
Subject: Re: Web development
Date: Mon, 12 Nov 2001 18:07:16 +0000

> I don't know if you have looked at HB <http://bachue.com/hb>.

No, I was unaware of it until this message.  Can you add some information as
to how guile interfaces with it?  I've read some of the available docs, but
they're light on these details, as I guess they might be for something
considered experimental.

For starters, can we preload guile modules to be called from in the pages? 
Can we load code that runs once per server instance, rather than once per
request?  Can we set our own headers and otherwise interface to the hb
server process?  From what you say, it's only missing the .scm handler and
not being writing directly in scheme, and then it would be more or less what
I was trying to create.

I'd suggesting running squid in front of its httpd instead of apache, unless
you need other apache features.  That should get some extra performance, if
the headers are set correctly.  I'm currently doing that in front of guile
CGIs at one site.

-- 
MJR



reply via email to

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