Comment by MomsAVoxell

Comment by MomsAVoxell a day ago

0 replies

select() is great for embedded daemons and user space signals handling, and so on.

Just don't try to solve the 10,000x problem with it, by putting it on the Internet.

Or, if you do, build it out properly.

Or use epoll or kqueue.