Socket - handling large numbers of incoming connections
Stefan via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Mon Dec 21 12:20:44 PST 2015
How about https://github.com/dcarp/asynchronous ? Asyncio Socket
handling is sometimes quite nice. It's performance is okay for
nearly no effort and the code looks clean.
Details here:
http://dcarp.github.io/asynchronous/asynchronous/streams/startServer.html
vibe.d also offers a fiber based asyncio way of dealing with
sockets.
http://vibed.org/docs#tcp-server
Maybe it fits your needs.
More information about the Digitalmars-d-learn
mailing list