Re: NSMutableURLRequest weirdness!
Re: NSMutableURLRequest weirdness!
- Subject: Re: NSMutableURLRequest weirdness!
- From: Shawn Erickson <email@hidden>
- Date: Thu, 4 Jun 2009 17:16:19 -0700
On Thu, Jun 4, 2009 at 4:44 PM, Ammar Ibrahim <email@hidden> wrote:
> Excuse me for the silly question. But I'm going to be doing hundreds of
> requests, and I have GC ON, how do I create these connections and retain
> them?
Not sure I understand the question but as a guess...
Put them in an NSMutableArray or NSMutableSet if you need to keep
track of them? Also don't forget that the delegate methods get passed
a pointer to the connection sending the delegate message.
-Shawn
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden