guile-user
[Top][All Lists]
Advanced

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

Re: Re: Web development


From: Chris Cramer
Subject: Re: Re: Web development
Date: Sun, 11 Nov 2001 13:36:12 -0600
User-agent: Mutt/1.2.5i

On Sun, Nov 11, 2001 at 02:43:48AM +0500, Sergey Dolin wrote:
> > in this line, as I've not got a clue on that part of the problem. 
> > Otherwise, the stand-alone server rather than the fastcgi is going to have
> > to be the way forwards.
> I think so... I've looked for for OpenSource multithreaded http server,
> knowing about russian encodings, having FastCGI and working on AIX.
> Failed.

I don't know if it knows about Russian encodings, but thttpd has FastCGI
support (there's a patch for it, anyway) and it should work on AIX.

I did a patch for direct Guile support as well, but it's not really
complete yet. thttpd is not itself threaded; it uses the select/poll
single process model, but it's easy to hook this into Guile's user-mode
threading via scm_internal_select.

-- 
C. Ray C. aka Christopher Cramer
address@hidden
http://www.pyro.net/~crayc/



reply via email to

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