<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/4.1.92">
</HEAD>
<BODY>
SCGI is a lot easier to implement than FASTCGI and is well-supported too from webservers.<BR>
I've just developed a SCGI web-service in D over lighttpd.<BR>
<BR>
<BR>
Il giorno mer, 09/11/2011 alle 11.58 +0000, Dejan Lekic ha scritto:
<BLOCKQUOTE TYPE=CITE>
<PRE>
bioinfornatics wrote:
>
> I am a little disapointed, so if you have many request for a web page
> this lib <A HREF="http://arsdnet.net/dcode/">http://arsdnet.net/dcode/</A> is usable or not ?
>
I am developing an implementation of the FastCGI protocol
(<A HREF="http://www.fastcgi.com">http://www.fastcgi.com</A>) 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.
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>