I'm writing a simple client/server program in python, and I think I need to use threads or forks or somthing, but I don't know what command I'm looking for.
Currently I have seperate client and server programs, they work fine, I can send a message from the client and the server receives it...