Dealing with Multiple file descriptor : poll() system call

Reading Time: < 1 minutes Why use poll() ? Suppose you have to deal with multiple clients connected at the same time. A natural question, then, is: how can you read from multiple file descriptors (sockets) at once? Do you need to make some really […]