Question d’entretien chez Arista Networks

how to do socket programming supporting multiple clients without using multi-threading

Réponses aux questions d'entretien

Utilisateur anonyme

30 mai 2013

use a queue - event based

1

Utilisateur anonyme

7 août 2013

use fork when ever new client comes, and make child process serve the client.

3