|
|
 |
 |
 |
 |
Scheme Programming Language
|
 |
 |
 |
 |
 |
 |
 |
 |
Is FastCGI dead in the Scheme world?
Hey y'all - Due to hosting limitations, I am needing to look at writing some FastCGI code, but I find that the most readily found packages (in Scheme) all seem to be dead. Or at least as linked to from the Scheme Wiki and the google searches I've done so far. The FastCGI Proxy code seems to be gone. MzScheme's CGI module is in place, but the advertised FastCGI doesn't appear in the HelpDesk. Perhaps I don;t understand how to use what exists correctly to implement FastCGI though. The Guile FastCGI bindings appear to be defunct. Am I missing anything? david
David Rush skrev: > Due to hosting limitations, I am needing to look at writing some > FastCGI code, but I find that the most readily found packages (in > Scheme) all seem to be dead. Or at least as linked to from the Scheme > Wiki and the google searches I've done so far. > The FastCGI Proxy code seems to be gone. > MzScheme's CGI module is in place, but the advertised FastCGI doesn't > appear in the HelpDesk. Perhaps I don;t understand how to use what > exists correctly to implement FastCGI though. > Am I missing anything?
A search for fast cgi at <http://www.scheme.dk/search-plt/> reveals exactly one document, the documentation for (lib "net.ss"). <http://ja.soegaard.net/planet/html/collects/net/doc.txt> So I am afraid you haven't missed anything. I believe (but that might be wrong) Solsona was the last one to work on fastcgi, so it might be worth emailing him. -- Jens Axel Sgaard
Jens Axel Sgaard skrev: I missed http://ja.soegaard.net/planet/html/collects/net/cookie-unit.ss It appears, when you search for "fastcgi". -- Jens Axel Sgaard
On Fri, 11 May 2007 03:01:01 -0500, David Rush <kumoy @gmail.com> wrote: > Due to hosting limitations, I am needing to look at writing some > FastCGI code, but I find that the most readily found packages (in > Scheme) all seem to be dead. Or at least as linked to from the Scheme > Wiki and the google searches I've done so far. > The FastCGI Proxy code seems to be gone. > MzScheme's CGI module is in place, but the advertised FastCGI doesn't > appear in the HelpDesk. Perhaps I don;t understand how to use what > exists correctly to implement FastCGI though. > The Guile FastCGI bindings appear to be defunct. > Am I missing anything?
I believe there is some fastcgi code you can examine in the Magic project [1], but I still think that project is Alpha. It's pretty lean and clean though, so have a look at see what you think. [1] http://magic.xmog.com -- Aaron Hsu <aaron.@sacrificumdeo.net> "No one could make a greater mistake than he who did nothing because he could do only a little." - Edmund Burke
On May 11, 10:01 am, David Rush <kumoy@gmail.com> wrote:
> Hey y'all - > Due to hosting limitations, I am needing to look at writing some > FastCGI code, but I find that the most readily found packages (in > Scheme) all seem to be dead. Or at least as linked to from the Scheme > Wiki and the google searches I've done so far. > The FastCGI Proxy code seems to be gone. > MzScheme's CGI module is in place, but the advertised FastCGI doesn't > appear in the HelpDesk. Perhaps I don;t understand how to use what > exists correctly to implement FastCGI though. > The Guile FastCGI bindings appear to be defunct. > Am I missing anything?
Yes. cheers, felix
David Rush <kumoy @gmail.com> wrote: > Hey y'all - > Due to hosting limitations, I am needing to look at writing some > FastCGI code, but I find that the most readily found packages (in > Scheme) all seem to be dead. Or at least as linked to from the Scheme > Wiki and the google searches I've done so far. > The FastCGI Proxy code seems to be gone. > MzScheme's CGI module is in place, but the advertised FastCGI doesn't > appear in the HelpDesk. Perhaps I don;t understand how to use what > exists correctly to implement FastCGI though. > The Guile FastCGI bindings appear to be defunct. > Am I missing anything?
Chicken has an egg, as Felix pointed out. It shouldn't be too hard to add FastCGI support to any scheme that makes it easy to interface to C libraries. Joachim
|
 |
 |
 |
 |
|