Re: How do I show progress with CFStream upload?
Re: How do I show progress with CFStream upload?
- Subject: Re: How do I show progress with CFStream upload?
- From: Becky Willrich <email@hidden>
- Date: Wed, 14 Apr 2004 08:33:40 -0700
Thanks. I set a timer for 100ms and it only gets called after the
transfer is done. The file size is about 131k. My upload speed is
about 13K/sec. So it should have plenty of time to fire many times
before the transfer is done. Any ideas?
Are you using the stream asynchronously (i.e. calling
CFReadStreamSetClient and CFReadStreamSchedule, then waiting for your
client callback to be triggered before calling CFReadStreamRead et
al.)? Are the timer and the read stream scheduled on the same run
loop, same mode?
REW
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.