Re: web development in D programming

2011-11-09 Thread Dejan Lekic
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.



Re: web development in D programming

2011-11-09 Thread simendsjo

On 09.11.2011 12:58, Dejan Lekic wrote:

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.



Does Lighttpd and nginx support multiplexing? I couldn't get them to 
multiplex in my tests.


Re: web development in D programming

2011-11-09 Thread Trass3r

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 ?

If they are any other method to do a web application in D2 programming
do not hesitate and tell to me which lib used.


There's also a project named Serenity
http://www.digitalmars.com/d/archives/digitalmars/D/Serenity_web_framework_-_early_feedback_wanted_125473.html

But it hasn't been updated in months nor is it mature.

Adam uses his code in production and also provides FastCGI support.


Re: web development in D programming

2011-11-09 Thread Andrea Fontana
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 +, 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.
 


web development in D programming

2011-11-08 Thread bioinfornatics
Dear,
After read this thread:
http://www.digitalmars.com/d/archives/digitalmars/D/learn/Web_Development_27414.html
and this one:
http://www.digitalmars.com/d/archives/digitalmars/D/learn/How_To_Dynamic_Web_Rendering_26770.html

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 ?

If they are any other method to do a web application in D2 programming
do not hesitate and tell to me which lib used.

Thanks

Kind regards