Questions about multithreading
Questions about multithreading
- Subject: Questions about multithreading
- From: Göran Granström <email@hidden>
- Date: Thu, 11 Oct 2001 08:22:14 +0300
I need to get my NSConnection multithreaded because it freezes my app
when it takes a long time to receive or send data or when it tries to
connect. I have been playing round with NSConnection and NSThread a lot
but I just can't get it to work, there is no example or documentation on
this what I have seen, so I really really need some help. I think apple
should make more examples on Cocoa because examples is somehow the best
way to learn new special things. A chat-app example show how to send and
receive data trough a remote connection in multithreading mode would be
perfect !