Domanda di colloquio di Arista Networks

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

Risposte di colloquio

Anonimo

30 mag 2013

use a queue - event based

1

Anonimo

7 ago 2013

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

3