A very interesting slide deck comparing sync and async IO
Adam D. Ruppe via Digitalmars-d
digitalmars-d at puremagic.com
Thu Mar 3 09:50:22 PST 2016
On Thursday, 3 March 2016 at 17:31:59 UTC, Andrei Alexandrescu
wrote:
> https://www.mailinator.com/tymaPaulMultithreaded.pdf
Slide decks are so unbelievably bad at conveying information.
But, looking through it, I think I agree. There's a reason why I
stick with my cgi.d - using a simple process/thread model is so
much easier and actually performs fine. fork() is very cheap on
modern Linux and if you use it, the kernel takes care of
basically all the hard stuff for you!
More information about the Digitalmars-d
mailing list