Posted By:
sky_fei
Posted On:
Wednesday, December 10, 2003 08:22 AM
Hi,
If a thread which need to send package to server periodlly, and another thread read package from server,
and there is a communication base class A to read,write data from server through socket.
Now i find there would be some block between the two thread,the two thread both use A.
So can you tell me how can i solve this?
Thx so very much!