D FCGI

David Nadlinger see at klickverbot.at
Fri Feb 3 08:31:14 PST 2012


General note: You might want to submit the libfcgi header part to Deimos 
(there is even a project for it already, albeit empty: [1]), and then 
build the convenience functions on top of it. This way, we can avoid 
duplication of efforts if somebody wants to use the C interface directly.

David


[1] https://github.com/D-Programming-Deimos/libfcgi

On 2/3/12 1:31 PM, James Miller wrote:
> Hello everybody,
>
> Before I essentially spam everybody, I'll introduce myself. I am James
> Miller, and English developer living in New Zealand, I started using D
> about 2 months ago and am currently working on a large project using
> it.
>
> As part of that project, I developed a FastCGI library (mostly because
> FastCGI4D won't work with D2 for various reasons). I have now released
> that library, and it currently lives on GitHub.
>
> Without much further ado, let me introduce to you:
>
> D FCGI, a FastCGI library for D.
> http://www.github.com/Aatch/dfcgi/
>
> It is basically just a wrapper for the fcgiapp functions in libfcgi
> (and as such requires libfcgi to compile). I have tried to make it
> simple to use without sacrificing functionality.
>
> I'm fairly new to D, so any feedback on general code quality would be
> appreciated.



More information about the Digitalmars-d-announce mailing list