Skip navigation.
 
mlRe: NSURLConnection sendSynchronousRequest crash
FROM : Jens Alfke
DATE : Fri May 30 17:12:08 2008

On 30 May '08, at 12:55 AM, Colin Cornaby wrote:

> I'm using an NSURLConnection to heavily query a server (basically 
> I'm abstracting a MySQL database, and I have a Hessian server 
> (basically SOAP) on the other end handling requests.) However, I 
> keep having sendSyncronousRequest crash on me after periods of heavy 
> load. The stack trace is:


Make sure you file a bug report. I haven't heard of a crash like this, 
but almost all of the URL loading code was rewritten in Leopard, so 
it's somewhat less mature than the Tiger codebase was.

You could try working around this by disabling caching in your 
NSURLRequests. If you're sending SOAP queries it's probably not 
appropriate to cache them anyway, right?

—Jens

Related mailsAuthorDate
mlNSURLConnection sendSynchronousRequest crash Colin Cornaby May 30, 09:55
mlRe: NSURLConnection sendSynchronousRequest crash Jens Alfke May 30, 17:12
mlRe: NSURLConnection sendSynchronousRequest crash Colin Cornaby May 30, 17:35
mlRe: NSURLConnection sendSynchronousRequest crash Shawn Erickson May 30, 17:42
mlRe: NSURLConnection sendSynchronousRequest crash Colin Cornaby May 30, 17:50