On Feb 4, 2012 5:38 AM, "Adam D. Ruppe" <destructionator@gmail.com> wrote:
>>
>> D FCGI, a FastCGI library for D.
>
>
>
> I've also done something similar:
>
> https://github.com/adamdruppe/misc-stuff-including-D-programming-language-web-stuff
>
> check out cgi.d. If you compile with -version=fastcgi, it
> uses the libfcgi while keeping the same interface as the
> default regular CGI.

I haven't looked at any of the files yet, but the fact that you have a set of database modules looks useful. I'll also take a look at how you are handling things in cgi.d and see if I can improve things in my code from there.

I wish this kind of stuff was easier to find, putting D <something> in a search almost never returns anything useful. DSource seems pretty useless as half the projects haven't been worked on in a while and/or don't work with D2. I could go on, but don't want to derail my own topic...