hello guys i am facing some problem with my client program when it is writing to sever. My intention is to send command to the server. Its working fine when I am sending single command for example:
further more when I am using a thread.sleep() between command/write it working fine
sorry about my english. Please suggest me what to do with my client.
Code of server part dealing with client :
sendResponse(200, "Ok");
MethodExecutor cmd_parser=new MethodExecutor(channel,this); int i=1; while(m_sock!=null){ System.out.println("Reading Command:"+i); int rdlen=m_in.read(m_inbuf);