hi, learning about socket, i implemented it to a standalone system to communicated between a client and server process , for this i used system call socket,bind,listen,accept,close in the respective sequence in server process and in client i used socket, connect and close,the data was send to the server ,processed there and then processed data was returned back to the client , as socket is more significant between two system so i am waiting for it happen ,please suggest me how we can join more than one client process through the single server process using socket