Re: CFNetwork with multiple persistent HTTP connections
Re: CFNetwork with multiple persistent HTTP connections
- Subject: Re: CFNetwork with multiple persistent HTTP connections
- From: Jens Alfke <email@hidden>
- Date: Thu, 16 Jul 2009 08:32:09 -0700
On Jul 16, 2009, at 8:18 AM, Joe Ranieri wrote:
Would I create the streams via CFReadStreamCreateForHTTPRequest?
I think so. To be honest, I haven't used that particular API call
before. When I have HTTP stuff to do, I just go up to NSURLConnection,
which is usually much more convenient. (In your case, though, I don't
think it's appropriate, because IIRC it doesn't give you control over
how many actual TCP sockets get opened — I'm pretty sure it will just
do what a typical browser does, opening a limited number (4?) of
sockets.)
—Jens
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden