socket server help
ketmar via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Sat Jul 11 22:36:34 PDT 2015
On Sun, 12 Jul 2015 17:32:23 +1200, Rikki Cattermole wrote:
> But seriously, vibe.d is also pretty easy for most use cases. Hence why
> I'm saying it.
that's until your operations are very-very fast, or your libraries have
async API. hit the synchronous API, and everything will start turning to
a mess, with threads, locks and other niceties onboard.
not that vibe.d is bad or limited -- it was designed to work with async
APIs, and it does exactly that, and does that good.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-learn/attachments/20150712/f7ad4184/attachment.sig>
More information about the Digitalmars-d-learn
mailing list