Re: WebService requests returning nil
Re: WebService requests returning nil
- Subject: Re: WebService requests returning nil
- From: spike grobstein <email@hidden>
- Date: Sat, 7 Apr 2007 12:54:39 -0400
I've finally tracked down the exact cause of the requests returning
nil. When running 'lsof' from the terminal, I can see that my app
doesn't close any of the connections to my server when it's done and
the connections are sitting there with a CLOSE_WAIT status.
I don't see any way of closing the connection in any of the code
generated by WSMakeStubs and the autorelease pool trick doesn't fix it.
is there a way of closing those connections?
thanks!
...spike
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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