EmbLogic's Blog

Daily log

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

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>