in reply to Re: Socket deadlock doubt in code
in thread Socket deadlock doubt in code
Thanks for the reply. I have done the required changes. Now, the new code is working fine. But couple of issues are there.
This is how it is, I have taken some information from client side and now I am doing some manipulations and have a IF condition.
In this IF condition I have sent some information to client back, it works perfectly fine. But, when i tried to print something in this IF condition, it doesn't print anything, but the information in IF condition is sent successfully to the client.
I am not able to understand this issue ?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Socket deadlock doubt in code
by sajanagr (Acolyte) on Jun 23, 2010 at 09:18 UTC | |
by rowdog (Curate) on Jun 23, 2010 at 23:30 UTC | |
by sajanagr (Acolyte) on Jun 24, 2010 at 05:27 UTC | |
by rowdog (Curate) on Jun 24, 2010 at 17:41 UTC |