March 15, 2006 Re: FastCGI? | ||||
|---|---|---|---|---|
| ||||
Posted in reply to Dejan Lekic | In article <dv8181$1mm5$1@digitaldaemon.com>, Dejan Lekic says... > >Hello Eric, nice to meet You. :) >I agree on almost everything You've written in Your post. DSP could easily >use dfcgi and everyone would be happy. Even though I am more GUI and >client/server developer, I would like to be able to do web development with >D as well, that is why I work on FastCGI implementation. The second reason >for it is that my server runs LIGHTTPD (http://www.lighttpd.net), which is >IMHO the best web server at the moment. Lighty (lighttpd) uses FastCGI, and >my PHP runs on it as php-fcgi... Awesome. I'll have to check out lighttpd sometime. As for DSP using fastCGI, that might be an excellent approach for the days ahead until DDL is ready for prime-time. >I do not like ASP/PHP/JSP approach at all - i like to separate HTML (design) and source code. My experience says to me that having code in HTML leads to possible maintainance headaches. :) I'll admit that the approach has its detractors, but its really all in how you use it. Ideally, I'd like something like DSP to allow for pure .d pages to be served up the same as .dsp pages with embedded markup. That way, the heavy coding is in all the "code-behind" .d pages with .dsp scripts being mostly markup with whatever glue is needed to talk to the rest of the app. > Anyway, dfcgi will soon be there for testing. Can't wait! - EricAnderton at yahoo | |||
July 30, 2008 Re: FastCGI? | ||||
|---|---|---|---|---|
| ||||
Posted in reply to Dejan Lekic | Dejan Lekic schrieb:
> Brad, I have my own server for hosting open-source projects, open for almost
> anything. Thanks for Your offer. :) All my projects are there, and my
> friends' projects as well. :)
>
> With dfcgi (that is the name of the project) you'll be able to write
> web-applications in easy, elegant way.
>
> After dfcgi i will go to the next step - XHTML templating and development of
> some nice, flexible web app. framework.
>
> Kind regards
>
> Dejan Lekic
> http://dejan.lekic.org
Hey, I'll just grab the old thread out again.
I am interested in FastCGI, too and would like to know the project's status. I checked out dejan.lekic.org but couldn't find anything concerning FastCGI. Did you dump the project or just don't host it anymore? do you still have the src? First I was about to learn FastCGI with C++, but then I heard about D as the C++ without the "yikes".
Or does anyone else still have the lib?
Best regards,
keks || Jan Winkelmann
| |||
July 30, 2008 [OT] Re: FastCGI? | ||||
|---|---|---|---|---|
| ||||
Posted in reply to keks (Jan Winkelmann) Attachments:
| keks (Jan Winkelmann) wrote: > anymore? do you still have the src? First I was about to learn FastCGI with C++, but then I heard about D as the C++ without the "yikes". Oh Walter, that's a quote worth the DMD homepage! "C++ without the 'yikes!'" suits D perfectly! > Or does anyone else still have the lib? FastCGID is still a registered project on DSource IIRC: http://dsource.org/projects/fastcgid (formulating URL from memory, that link might be dead) | |||
July 30, 2008 Re: [OT] Re: FastCGI? | ||||
|---|---|---|---|---|
| ||||
Posted in reply to Chris R. Miller | Chris R. Miller Wrote: > keks (Jan Winkelmann) wrote: > > anymore? do you still have the src? First I was about to learn FastCGI with C++, but then I heard about D as the C++ without the "yikes". > > Oh Walter, that's a quote worth the DMD homepage! "C++ without the 'yikes!'" suits D perfectly! > > > Or does anyone else still have the lib? > > > FastCGID is still a registered project on DSource IIRC: http://dsource.org/projects/fastcgid (formulating URL from memory, that link might be dead) The link is: http://dsource.org/projects/fastcgi4d | |||
July 30, 2008 Re: [OT] Re: FastCGI? | ||||
|---|---|---|---|---|
| ||||
Posted in reply to Robert Fraser | Robert Fraser schrieb:
> Chris R. Miller Wrote:
>
>> keks (Jan Winkelmann) wrote:
>>> anymore? do you still have the src? First I was about to learn FastCGI with C++, but then I heard about D as the C++ without the "yikes".
>> Oh Walter, that's a quote worth the DMD homepage! "C++ without the 'yikes!'" suits D perfectly!
>>
>>> Or does anyone else still have the lib?
>>
>> FastCGID is still a registered project on DSource IIRC: http://dsource.org/projects/fastcgid (formulating URL from memory, that link might be dead)
>
> The link is:
> http://dsource.org/projects/fastcgi4d
Great, thank you! I'll put a link on various sites, so google gives it a higher rank, I don't think I would have found it without your help.
Thanks!
Best regards,
keks || Jan Winkelmann
| |||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply