Hello Everybody,
I have made following four files for my application..this application is suppose to do following:-
1. This will run on my local Network.
2. It will behave as server and will accepts request from different clients.
3. After receving a request it will process the same and will send to another machine on same network.
4. This "another machine" after receving will send back a response.
5. My application will output as per its response.
I have made following four files:
1. MultiServer : This will listens all request
2. MultiServerThread: this will process the request.
3. MultiProtocol: It declares every commonly used variables.
4. Mc: This will interects with my "another machine".
My problem with this application is that:-
1. It sometimes hangs and will start if I press "Ctrl+C" instead of terminating it.
2. Sometime it never provide a response back from the read method of Mc file.
I am in a fix & don't know a reason for it

.. could you please help me?
P.S.: I apologise for such a long Thread..but i don't know how else can I put my code here regards,
Arun