SCGI is a lot easier to implement than FASTCGI and is well-supported too from webservers.
I've just developed a  SCGI  web-service in D over lighttpd.


Il giorno mer, 09/11/2011 alle 11.58 +0000, Dejan Lekic ha scritto:
bioinfornatics wrote:

> 
> I am a little disapointed, so if you have many request for a web page
> this lib  http://arsdnet.net/dcode/ is usable or not ?
> 

I am developing an implementation of the FastCGI protocol 
(http://www.fastcgi.com) in D2 with the main goal go have multiplexing 
support. However the development is slow due to the lack of time.

I believe a good http server implementation would be appreciated by the 
community, but FastCGI server will make it possible to create a highly-
scalable web applications using some of the well-known web servers (I use 
Lighttpd for an example).

Your code is usable, but not production-ready.