Thread overview
web page in D (cgi)
Jul 10, 2005
Martin
Re: web page in D (cgi) -Sorry
Jul 10, 2005
Martin
Jul 10, 2005
Shammah Chancellor
Jul 10, 2005
Martin
Jul 10, 2005
pragma
July 10, 2005
I have created a web portal in D (cgi interface).
http:\\www.vaade.net
Sorry, for know int is only in Estonian.

My point is that it is so much better to write web applications in D than in any
other language (In the past I have alse done web in PHP, C and JAVA
(jsp+servlet))
D is much more convenient.

Right now it uses cgi interface. Soon
I am going to write itn to fastcgi (see fastcgi.com).
I think that D + fastcgi kicks ass, because it is times faster than any other
web technology.
You might ofcourse say that the main bottleneck is Database in web server, but
then I would say that then you have a problem with database optimization.

So D rocks!
And D + fastcgi rocks even more!


July 10, 2005
Sorry, it's
http://www.vaade.net

In article <dar9vd$1r18$1@digitaldaemon.com>, Martin says...
>
>I have created a web portal in D (cgi interface).
>http:\\www.vaade.net
>Sorry, for know int is only in Estonian.
>
>My point is that it is so much better to write web applications in D than in any
>other language (In the past I have alse done web in PHP, C and JAVA
>(jsp+servlet))
>D is much more convenient.
>
>Right now it uses cgi interface. Soon
>I am going to write itn to fastcgi (see fastcgi.com).
>I think that D + fastcgi kicks ass, because it is times faster than any other
>web technology.
>You might ofcourse say that the main bottleneck is Database in web server, but
>then I would say that then you have a problem with database optimization.
>
>So D rocks!
>And D + fastcgi rocks even more!
>
>


July 10, 2005
Are you using mango?  If so, does it include a templating engine?

-Sha


In article <dara20$1r39$1@digitaldaemon.com>, Martin says...
>
>Sorry, it's
>http://www.vaade.net
>
>In article <dar9vd$1r18$1@digitaldaemon.com>, Martin says...
>>
>>I have created a web portal in D (cgi interface).
>>http:\\www.vaade.net
>>Sorry, for know int is only in Estonian.
>>
>>My point is that it is so much better to write web applications in D than in any
>>other language (In the past I have alse done web in PHP, C and JAVA
>>(jsp+servlet))
>>D is much more convenient.
>>
>>Right now it uses cgi interface. Soon
>>I am going to write itn to fastcgi (see fastcgi.com).
>>I think that D + fastcgi kicks ass, because it is times faster than any other
>>web technology.
>>You might ofcourse say that the main bottleneck is Database in web server, but
>>then I would say that then you have a problem with database optimization.
>>
>>So D rocks!
>>And D + fastcgi rocks even more!
>>
>>
>
>


July 10, 2005
No, I wrote everything myself.
In article <dare0u$1upp$1@digitaldaemon.com>, Shammah Chancellor says...
>
>Are you using mango?  If so, does it include a templating engine?
>
>-Sha
>
>
>In article <dara20$1r39$1@digitaldaemon.com>, Martin says...
>>
>>Sorry, it's
>>http://www.vaade.net
>>
>>In article <dar9vd$1r18$1@digitaldaemon.com>, Martin says...
>>>
>>>I have created a web portal in D (cgi interface).
>>>http:\\www.vaade.net
>>>Sorry, for know int is only in Estonian.
>>>
>>>My point is that it is so much better to write web applications in D than in any
>>>other language (In the past I have alse done web in PHP, C and JAVA
>>>(jsp+servlet))
>>>D is much more convenient.
>>>
>>>Right now it uses cgi interface. Soon
>>>I am going to write itn to fastcgi (see fastcgi.com).
>>>I think that D + fastcgi kicks ass, because it is times faster than any other
>>>web technology.
>>>You might ofcourse say that the main bottleneck is Database in web server, but
>>>then I would say that then you have a problem with database optimization.
>>>
>>>So D rocks!
>>>And D + fastcgi rocks even more!
>>>
>>>
>>
>>
>
>


July 10, 2005
In article <dare0u$1upp$1@digitaldaemon.com>, Shammah Chancellor says...
>
>Are you using mango?  If so, does it include a templating engine?
>
>-Sha

As for a templating engine built with mango, that's a work in progress:

http://svn.dsource.org/projects/dsp/trunk/doc/index.html

Beta 1 is out, with another release on the way.

Personally, I think that fastCGI + D is a fantastic combination.  Its my ambition that DSP will help solve some of the higher-level problems not completely covered by that solution.

- EricAnderton at yahoo