Thread overview | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
July 10, 2005 web page in D (cgi) | ||||
---|---|---|---|---|
| ||||
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 Re: web page in D (cgi) -Sorry | ||||
---|---|---|---|---|
| ||||
Posted in reply to Martin | 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 Re: web page in D (cgi) -Sorry | ||||
---|---|---|---|---|
| ||||
Posted in reply to Martin | 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 Re: web page in D (cgi) -Sorry | ||||
---|---|---|---|---|
| ||||
Posted in reply to Shammah Chancellor | 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 Re: web page in D (cgi) -Sorry | ||||
---|---|---|---|---|
| ||||
Posted in reply to Shammah Chancellor | 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 |
Copyright © 1999-2021 by the D Language Foundation