Re: wx.Yield() during socket timeout

2006-06-21 Thread Frank Millman
Kiran wrote: > Hello All, > I am creating a socket connection in order to read and write to a > location. My problem is,the gui becomes unresponsive if the socket > times out. > I know that a good solution is to have the socket read and write with > a thread. However, I have tried this and h

wx.Yield() during socket timeout

2006-06-21 Thread Kiran
Hello All, I am creating a socket connection in order to read and write to a location. My problem is,the gui becomes unresponsive if the socket times out. I know that a good solution is to have the socket read and write with a thread. However, I have tried this and have a problem where ONLY o