I am writing a simple multithreaded server for a chat room, and I decided to write it as a class. I am planning to spun off a class method as a thread per client. How common