tags:

views:

55

answers:

1

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
Alright. Thanks
Abhinav