Re: Maximum simultaneous NSURLConnections?
Re: Maximum simultaneous NSURLConnections?
- Subject: Re: Maximum simultaneous NSURLConnections?
- From: Jerry Krinock <email@hidden>
- Date: Wed, 15 Mar 2006 16:54:14 -0800
- Thread-topic: Maximum simultaneous NSURLConnections?
I was wondering the same thing last year and never found an educated answer,
so here's my empirical answer.
The number of available UNIX file descriptors (256?) seems like it would be
an upper bound. As an experiment, one time I set no limit and my app
crashed somewhere around 700. I set my app's limit at 64 and this has been
field-proven with no problems.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden