so i made a server-client which supports only one client at a time, now i want to expand it to handlle multiple clients,
should i go with threads or processes, mind that i want the one that easy to code and get done with it fast, since my finals are coming i don't want to spend too much time on this.