On Friday, 2 June 2017 at 00:15:39 UTC, aberba wrote:
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:
[...]


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.

Here is Daemonise https://github.com/NCrashed/daemonize/blob/master/examples/03.Vibed/README.md for running it as a daemon. Offers some control

Reply via email to