I\'m writing a client-server app to iPhone. And I have a question about threading. When I access my online database from the device, I need to do this on a separate thread to no
since you are passing instance variables, another option would be to pass self and make self thread safe.