in reply to Re^3: Simple question regarding Bidirectional socket programming
in thread Simple question regarding Bidirectional socket programming
I added a condition for break in the while loop for the deadlock.
There is another doubt, I read that $| variable of perl does flusing, so I had used that in the code above, but it didnt work somehow here and when i used IO::Socket and did CLIENT->flush(), it worked.
I didn't understand this. Can you elaborate?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Simple question regarding Bidirectional socket programming
by almut (Canon) on Jun 15, 2010 at 11:26 UTC | |
|
Re^5: Simple question regarding Bidirectional socket programming
by ikegami (Patriarch) on Jun 15, 2010 at 18:11 UTC | |
by sajanagr (Acolyte) on Jun 16, 2010 at 06:27 UTC |