On 6/23/13 10:34 AM, Adam D. Ruppe wrote:
Just use cgi or fastcgi, both are really easy to configure on apache
(often needing nothing more than copying your executable into /cgi-bin/,
or adding three lines to ,htaccess), and being separate processes, if
you crash them it is no big deal. No need to do set up a reverse proxy
or get your system administrator to load strange new Apache modules.

We should do what php does, it was very successful. I assume it's a dynamic library.

Or if you are just playing, you can skip apache altogether and use a D
http server, like my cgi.d and vibe.d both offer (vibe.d's scales way
better but mine is simpler).


But I kinda want to play with this now with shared libraries just for
something to do so maybe I will.

Awesome!

The more I think of it the more I get to the conclusion I should migrate my own website (www.erdani.com) to a 100% D toolchain.


Andrei

Reply via email to