Socket - handling large numbers of incoming connections

Jakob Jenkov via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Dec 22 04:43:41 PST 2015


> The same as in C [1].
> Just change
> #include <poll.h>
> to
> import core.sys.posix.poll;
>
> [1] http://linux.die.net/man/2/poll


I have a background in Java, so I am a bit handicapped :-)



More information about the Digitalmars-d-learn mailing list