iOS watchdog timeout at startup vs later?

2014-08-12 Thread Rick Mann
Hi. Is the timeout (the one that kills your app if the main run loop blocks for too long) longer during app startup than after it's running? I'm concerned about the Core Data migration my app does at startup. I will eventually move it to work on a background thread, but I'd like to punt that to

Re: iOS watchdog timeout at startup vs later?

2014-08-12 Thread Kyle Sluder
On Tue, Aug 12, 2014, at 04:00 PM, Rick Mann wrote: Hi. Is the timeout (the one that kills your app if the main run loop blocks for too long) longer during app startup than after it's running? I'm concerned about the Core Data migration my app does at startup. I will eventually move it to work

Re: iOS watchdog timeout at startup vs later?

2014-08-12 Thread Rick Mann
On Aug 12, 2014, at 15:12 , Kyle Sluder k...@ksluder.com wrote: On Tue, Aug 12, 2014, at 04:00 PM, Rick Mann wrote: Hi. Is the timeout (the one that kills your app if the main run loop blocks for too long) longer during app startup than after it's running? I'm concerned about the Core Data

Re: iOS watchdog timeout at startup vs later?

2014-08-12 Thread Kyle Sluder
On Tue, Aug 12, 2014, at 06:24 PM, Rick Mann wrote: On Aug 12, 2014, at 15:12 , Kyle Sluder k...@ksluder.com wrote: On Tue, Aug 12, 2014, at 04:00 PM, Rick Mann wrote: Hi. Is the timeout (the one that kills your app if the main run loop blocks for too long) longer during app startup

Re: iOS watchdog timeout at startup vs later?

2014-08-12 Thread Rick Mann
In most cases, migration is very fast, and therefore not a problem. I'm trying to gauge how big a data set I can migrate before it becomes a problem. So, an answer to my actual question would be helpful. I don't care that it may change in the future, I'd like to know what it is now. On Aug 12,

Re: iOS watchdog timeout at startup vs later?

2014-08-12 Thread Marc Palmer
On 13 Aug 2014, at 00:31, Rick Mann rm...@latencyzero.com wrote: In most cases, migration is very fast, and therefore not a problem. I'm trying to gauge how big a data set I can migrate before it becomes a problem. So, an answer to my actual question would be helpful. I don't care that it

Re: iOS watchdog timeout at startup vs later?

2014-08-12 Thread Rick Mann
Sigh. It really doesn't. It's NOT folly. All the devices we support are very similar to each other. On Aug 12, 2014, at 16:49 , Marc Palmer m...@anyware.co.uk wrote: On 13 Aug 2014, at 00:31, Rick Mann rm...@latencyzero.com wrote: In most cases, migration is very fast, and therefore not a

Re: iOS watchdog timeout at startup vs later?

2014-08-12 Thread Kyle Sluder
On Tue, Aug 12, 2014, at 06:52 PM, Rick Mann wrote: Sigh. It really doesn't. It's NOT folly. All the devices we support are very similar to each other. Folly or not (and I think that it is), your question is unanswerable. It's not documented. You can't rely on it being any particular value.