23 Jul
2009
23 Jul
'09
10:27 p.m.
- I was thinking I had to use the asynchronous functions to handle multiple clients, now I understand that you can achieve same things with synchoronous ones w/ threads and you can write equally efficient code?.
In addition to what Oliver said, you'll get in trouble when you'll try to add some time-out or cancellation functionality with sync. i/o.