CURL and Connection limits
CURL and Connection limits
- Subject: CURL and Connection limits
- From: "Jofell Gallardo" <email@hidden>
- Date: Tue, 18 Sep 2007 03:17:49 +0800
hi guys.
I'm currently using libcurl.framework for an app I'm making, and it was a
bit weird that I get these behaviors.
First off, I always get error messages saying that I can't connect to the
server in FTP, and when I do verbose
logging, it shows that I get the error *after* a change working directory
command (CWD) inside it. What's more
interesting is that I also get these errors on the 230th to 234th item,
that's why a guy from the libcurl mailing
list told me it could my workspace running out of file handles /
descriptors. Another thing is that it also affects
all my NSURLRequest calls, and they also have errors similar to the libcurl
library I made: can't connect to
server.
Surely, I checked if I closed my file handles and curl connections, which
led me to get away from any
NSURLRequest instantiation and use libcurl for me to force the closing of a
connection. Unfortunately, the
problem still persists.
Any help or suggestion will be appreciated.
_______________________________________________
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