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