select vs poll vs epoll [closed]
The answer is epoll if you’re using Linux, kqueue if you’re using FreeBSD or Mac OS X, and i/o completion ports if you’re on Windows. Some additional things you’ll (almost certainly) want to research are: Load balancing techniques Multi-threaded networking Database architecture Perfect hash tables Additionally, it is important to note that UDP does not … Read more