hi
sorry for the noobish post but i am trying to implement a simple tcp chat server using serversocket/socketreactor/socketacceptor..
i started off with the echoserver and noticed it would only run in a single thread..
now.. i am trying to change this into a multithreaded thing so that i could possibly scale with the number of processors i have.. how would i do it?
for example.. do i create more reactors?.. or do need a new implementation to do this..?
thank you in advanced





