Bad array indexing is considered deadly
    Adam D. Ruppe via Digitalmars-d 
    digitalmars-d at puremagic.com
       
    Fri Jun  2 06:24:01 PDT 2017
    
    
  
On Friday, 2 June 2017 at 12:33:17 UTC, Steven Schveighoffer 
wrote:
> But the perception is going to be that D web frameworks are too 
> fragile -- one miswritten handler, and your whole webserver 
> dies.
Correction: "vibe.d frameworks" are fragile. This isn't D 
specific - my cgi.d is resilient to this (and more) and has been 
since 2008 since it uses a process pool. Simple solution that 
works very well.
Might not handle 10,000 concurrent connections... but you very 
rarely actually have to.
    
    
More information about the Digitalmars-d
mailing list