Re: Timing a task
Re: Timing a task
- Subject: Re: Timing a task
- From: j o a r <email@hidden>
- Date: Fri, 27 Jun 2003 22:11:42 -0700
That would depend on the information that the task can provide you
with, wich would differ with the task at hand. Generally you should
probably avoid using a task like this. For example, while you *could*
use NSTask together with the command line utility "curl", it's much
better to use libcurl in your app directly - and perhaps even better to
use CURLHandle.
Command line tools are often ment to be used by a human operator on the
command line, and there is almost always an underlying library /
framework / source code to use directly in your app for greater
control, performance, etc.
j o a r
On Friday, Jun 27, 2003, at 19:27 US/Pacific, Chad Armstrong wrote:
Is it possible to estimate the amount of time it will take to complete
a task? Such as if I am using the built in FTP utility (or some other
utility), can I guess how long it will take to progress?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.