Avoiding UI hangs
Avoiding UI hangs
- Subject: Avoiding UI hangs
- From: Sanri Parov <email@hidden>
- Date: Sun, 4 Sep 2005 11:19:52 +0200
Hi everybody,
I'm doing an application for a customer of mine which requires the
capability to upload a file to a certain server.
The file is a pretty large database and I've managed to upload it using
CURLHandle to a particular computer he wants to by simply clicking on a
button in
the user interface.
The problem is that, after having clicked the upload button, the UI
hangs until it has completed the job and it gives me the "spinning
cursor of death".
I'd like to avoid it and make my customer able to continue it's work
without having to wait.
I've tried looking for detachNewThreadSelector: but nothing, and
nothing is given using [[NSAutoreleasePool alloc] init];
What can I do?
Many thanks for all the kind replies.
--
Sanri Parov
_______________________________________________
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