Hi, Can anyone (with example code) please tell me how to support reading/writing of data in background using NSFileHandle. Also, how to open a socket between communicating parties? Thanks in advance...
A:
This is not specific to NSFileHandle but probably you need to use NSOperationQueue. If so, you could see "LazyTableImages" example from apple's sample code.
nacho4d
2010-08-12 07:47:59
Alright. Thanks
Abhinav
2010-08-16 05:23:42