On Thursday, 1 June 2017 at 10:13:25 UTC, Steven Schveighoffer wrote:
On 5/31/17 6:42 PM, Jonathan M Davis via Digitalmars-d wrote:
On Wednesday, May 31, 2017 19:17:16 Moritz Maxeiner via Digitalmars-d wrote:


It just means that D is an inferior platform for a web framework, unless you use the process-per-request model so the entire thing doesn't go down for one page request. But that obviously is going to cause performance problems.

Which is unfortunate, because vibe.d is a great platform for web development, other than this. You could go Adam's route and just put the blinders on, but I think that's not a sustainable practice.

-Steve

I'm glad I know enough to know this is an opinion...

anyway, its better to run a vibe.d instance in something like daemonized package. You should also use the vibe.d error handlers.

Reply via email to