Look, everyone, Multitasking does work after all! And has been doing so for a decade and a half!
Published by Steve Litchfield at 14:29 UTC, March 29th 2009
Why the big deal over problems with multitasking in a phone? Why the cries of "Can't be done" from the Apple world? I've been multitasking on just about every device I've owned since 1993.... What's really behind the current negative thinking over background applications?

ARM chip, as used in current smartphones, close-up and personal!
Note to any Apple fans who come this way: I love your iPhone, you know that, I've written about it often enough. But I also know its weaknesses. AND I can spot a phoney argument when I hear it.
Since the Apple iPhone was launched, there have been a number of phoney arguments. First of all it was "3G is too much of a drain on battery life, so you can't have it". A year later, the iPhone 3G (ahem) launches. There was also "You can't have third party applications, they'd mess up our nice clean device, our nice clean interface". Again, a year later, enter the all conquering App Store.
The current suspect claim is that the iPhone can't let third party applications run in the background, i.e. to use multitasking. "Obviously," it is (effectively) said, "to have third party programs running in the background would drain the battery far too fast, so that can never be allowed to happen. Instead, we'll think up the biggest kludge in the world, with an online server-based push notifications system". Gah.
And it's complete and utter rubbish. The podcasters, analysts and journalists who have been pontificating over how "exciting" Apple's new scheme is have completely missed the fact that Apple, and I speak of them kindly as a new Mac lover and iPhone fan, have not only dropped the ball in this area, they've actively fired the ball off in totally the wrong direction.
- Of course the iPhone can support multitasking and background operation of third party applications - this is (apparently - I haven't tried it) commonplace among users who have 'jailbroken' their iPhones. Do we hear of horror stories about jailbroken iPhones running out of steam after just a few hours? Of course not.
- Windows Mobile smartphones have had full multitasking for almost a decade.
- Symbian smartphones have had full multitasking for a decade too - in fact, for 16 years. Yup, you read that right. SIXTEEN YEARS. In 1993, I bought a Psion Series 3 palmtop. This had full 'pre-emptive' multitasking for all its applications and ran on 2 AA batteries for about a month. Sorry, did I make you cough on your drink? I said a month.

The Psion Series 3 went on to evolve into the Series 3a, shown above, then the Series 5, running the EPOC operating system. Which in turn is the basis of Symbian OS, as found in over a quarter of a billion smartphones in use around the world today. Every Psion, every Symbian smartphone features full multitasking and not once, repeat, not once does anyone blame a battery life problem on the fact that you can do more than one thing at the same time.
Now don't get me wrong, things can go pear-shaped in a multitasking OS. Apple are afraid of the worst case scenario, when a badly-written third party application goes 'rogue' and starts eating up processor power, with the end result that the battery goes flat quicker and, perhaps, an ill-informed user might then blame - shock, horror - Apple.
BUT. What about the rest of the time? When you've got a dozen well-written, polished third party applications all neatly waiting their turn at using the processor and the OS's threads and happily waiting on events (keypresses, times, etc) when needed, even going online regularly to check on things. Why strut into a 'Push notifications GOOD, multitasking BAD' routine just because there's a possibility that things might sometimes get a little hairy. Yes, I love my Mac and I love the fact that Apple manage everything so that things work and very, very rarely go wrong. But even the Mac can multitask - not as well as Windows - but at least it can do more than one thing at once. So why not extend the same privilege to the iPhone?
But this is a Symbian site and I think it's high time for a real world example, lest you, the reader, start to feel your eyes glazing over.
(Long-)Pressing the application key on the Nokia 5800 in front of me, I can see that, currently running in memory are (and this is just a typical snapshot):
- Podcasting (I'm halfway through a 90 minute episode)
- Messaging
- Device Manager (I keep checking for that v21 firmware update, y'know?)
- Music player (currently pumping out some Amy Grant into my Bluetooth headphones)
- Web (last used yesterday, but handy to keep open so that it comes up instantly when needed)
- Contacts
- Settings
- Handy Safe Pro (a secure 'wallet' style app, kept running for instant PIN and password lookups)
- Wireless keyboard (so that simply powering up my Bluetooth keyboard is enough to establish a link)
- Telephone
- PhoneTorch (handy to have this ready in milliseconds when I need a torch in a hurry)
- ScreenSnap (a screenshot utility)
- Fring (keeping me abreast of IM messages)
- AccuWeather (keeping me up to date with the latest weather forecast)
- Clock (set up with my various daily alarms)
- Wi-Fi (worth noting, this. It's not an application as such, but I regularly run through an entire day with Wi-Fi and/or 3G data permanently connected - hey, isn't that what a smartphone is supposed to be able to do?)
If you believe the multitasking ne'er sayers, my smartphone should be grindingly slow and with a battery life of minutes. But it's not. Symbian OS, like Windows Mobile, is a fully multitasking operating system, well thought out and fit for purpose in the same way as EPOC before it, and each application sits quietly in RAM waiting for an appropriate event. Such as being brought to the foreground by the user. Or a particular keypress. Or a particular time of day.
I can't emphasise this enough:
Just because a phone has applications 'running' in the background doesn't mean that they're all running
Background apps in a well-written OS will be mainly waiting for 99.9% of the time, not using up ANY significant resources. Other than RAM, of which modern devices have plenty. They can even be 'connected' to an Internet site or service, without serious impact. That's how things should work.
Now, I have a theory. I think I know why Apple is particularly scared. Contrary to what they say, they're not worried about letting IM clients and productivity software run in the background - provided these were well written, they wouldn't pose a threat to the OS. What Apple is scared rigid over is the prospect of games (by far the dominant app genre on the iPhone) being allowed to run in the background.
Games have always been a law unto themselves. Unlike 'normal' apps, which are driven by user taps or keypresses, games tend to have huge timing loops, with on-screen action animating and generally cavorting even in the absence of user interaction. Even on Windows Mobile or Symbian OS-powered smartphones, letting a poorly-written game run in the background can be bad news. On the game-dominated iPhone, it could be disaster. Still, the critical phrase is 'poorly-written' - a well written game is able to detect when it's not in the 'foreground' and can then drop into a paused state in which it does nothing until brought back to the foreground again at a later time.
So we have the 'serious app-dominated' Symbian and Windows Mobile phones happily allowing anything at all to run in the background, while the games-dominated iPhone ecosystem expressly prohibits background behaviour. I can see why the latter situation has come about, but I'm sorry - the right solution is to educate developers to improve the social behaviour of their games, not to introduce the biggest kludge since the days of expanded memory on PCs in the 1980s.....
Steve Litchfield, All About Symbian, 30 March 2009
Categories: Comment, Hardware
Platforms: General
Feature Discussion
Unregistered
Are you sure Steve? Symbian apps are developed to take part in the multi-tasking by deriving classes from CActive. This is the Symbian Active Object (so named before MS stole the words).
Symbian Active Objects are a co-operative multi-tasking, and this method uses absolute minimum processor when the app is not in the foreground, and thus conserves battery.
This is the often overlooked advantage that Symbian has, because it is a mobile OS designed from the ground up to work with minimal hardware and power resources. Nobody ever gives it credit, but NO other OS is anywhere near it in that respect, it is way out in front. This is why fat and clunky linux and unix based ports are struggling with multi-tasking and why Windows Mobile eats battery.
Steve, the OS from which Symbian OS is descended is EPOC32, which was new new development with a complete new codebase released in 1997, on the 5 and Revo.
bbj
Forgive me for pointing out but basically the entire point of an Operating system is to manage the resources of a device, including processor time.
In a sensible OS it controls whether a process can run or not based on a number of factors.
So either i) MacOS/Linux as an OS is so fundamentally broken it is unable to perform such a basic task or ii) whatever nonsense Apple come up with is utter rubbish. Given the heritage of Linux I leave you to draw your own conclusions.....
In EPOC 16 (running on a 7.68 Mhz processor) - yes thats about the same processing power as a 10th century washing machine, there were never any significant real world issues with multi-tasking because the OS stopped total stupidity. It is/was not possible to say block the Kernel, file server or window server etc from running because the OS stopped such abberant behaviour, Symbian OS is not that much different.
If this is truely a problem then clearly the OS is not fit for the purpose alot of people actually want to use the devices for and perhaps Apple should think about using an OS thats is fit for purpose and putting their UI on top of it.
Almost certainly the real problem is that most iPhone components cannot properly handle somewhat abnormal conditions, e.g. low/out of memory without crashing/exiting. Not unreasonably Objective-C as a language attempts to hide all the nasties associated with memory management (as does say java) with the consequence that practically no programmer has any notion of how to handle an out of memory error condition in an app - other than exit. In most cases this is inappropriate behaviour as far as the user is concerned. By stopping any background apps you more or less elimiate this problem as the amount of Ram avail to any single app is pretty much the same from start to finish of the app.
So my conclusion is that a 10th century washing machine is clearly more fit for purpose than MacOS !!
nondual
i think the "games" argument is a little bit wonky, but i agree with the rest of the article.
also, apple could solve the "problem" in a very simple way - namely by categorizing the apps during their review into apps allowed to run in the background, like IMs, GPS stuff, etc etc, and apps not suited to run in the background, like games (?) or other very resource heavy stuff. the app then would carry a (apple-signed) multitasking-flag, which tells the OS if it is allowed to run in the background or not. it's as simple as that - and apple can keep full control of the whole process.
bbj
EPOC 32 was derived from EPOC 16
In short, Active objects are co-operative within a single thread to reduce the number of threads needed in the overall system to do a task + be very signficantly more efficient in handling multiple event sources within a thread.
The OS manages multiple threads and has little to do with active objects - thread get multitasked regardless of whether they happen to use AO's or not.
antonioj
Great article Steve! Although i love the iphone, for all it does right, this is something i donīt "get".
For 90% of apps, thereīs not a big deal on not having multitasking. For IM apps, i reckon Push Notification should be enough. But there all other types of apps, that NEED to run on background to be usefull, like gps trackers, etc. And sometimes, you just want to have one or two apps always on to jump quickly between them. On the iphone, using backgrounder, i normally have tweetie and beejive always running.
This article also shows what iīve been saying in several iphone forums. 128mb of RAM is not a low value!!! Like the 5800, and my old P1, show, it should be enough for alot of multitasking on well optimized OSs. But on the iphone scene what we hear is that the iphone is very limited regarding RAM
Serious 60
Apple sees everything from a design/monetisation point of view.
Think of the wider picture. Multitasking means a less deterministic environment - no developer can test their app in concert with a million permutations of other applications contesting for resources (RAM/CPU/sockets/LBS/Bluetooth/energy).
The question of weather the OS can support it is irrelevant.
As an example. Lets say that iPhone OS guarantees a high watermark of 200MB ( that is, the OS stack/menu etc will consume at most 200MB) so that when your app runs it will always have the same amount of RAM available to it. You can design your app so that you don't have to trouble the user with low memory dialogs. Or again if you are contesting for a shared resource, you don't have to have logic in your code which deals with a Bluetooth headset already being in use.
The net result of a restriction is less entropy - a problem that has plagued mobile software as it has struggled to maintain QA in the face of growing complexity.
Apple are masters of reducing entropy, which should translate to reduced support cost, improved perception of quality by both retailers and consumers and damage limitation to their brand = further monetisation.
We don't want a PC on our phone - we want a consumer electronics heritage of "just works".
If you want to see how shameful an out of memory handling system can be. Look at Trolltech's experience of dealing with out of memory:
doc.trolltech.com/qtopia4.3/syscust-oom.html
or this shocker from sutter:
gotw.ca/publications/mill16.htm
"On some operating systems, including specifically Linux,[4] memory allocation always succeeds. Full stop. How can allocation always succeed, even when the requested memory really isn't available? The reason is that the allocation itself merely records a request for the memory; under the covers, the (physical or virtual) memory is not actually committed to the requesting process, with real backing store, until the memory is actually used. Even when the memory is used, often real (physical or virtual) memory is only actually committed as each page of the allocated buffer is touched, and so it can be that only the parts of the block that have actually been touched get committed.
Note that, if new uses the operating system's facilities directly, then new will always succeed but any later innocent code like buf[100] = 'c'; can throw or fail or halt. From a Standard C++ point of view, both effects are nonconforming, because the C++ standard requires that if new can't commit enough memory it must fail (this doesn't), and that code like buf[100] = 'c' shouldn't throw an exception or otherwise fail (this might)."
In summary, an application could fail or be killed on linux through no fault of the application developer.
Whatever people say against symbian - It does have a robust out of memory handling scheme
Unregistered
EPOC32 was definitely an all new codebase in 1997.
Active Objects are the bit that makes the difference to the user, sure the OS does more but CActive is the trick.
Of course iPhone multitasks, you can receive a call in the middle of a web session and then drop back to the web session. It just doesn't go far enough.
Symbian doesn't get the credit but it is the clear winner in this area, especially against fundamentally older OSes like iPhone and Android.
Unregistered
I was listening to MobileTechReview's most recent podcast yesterday, and they were discussing this Apple background app/multitasking 'situation'. And i had to laugh.
At the time i was hiking around Hatfield Forest. Apart from the podcast, i had Viewranger running so i know where i am and where i've been. I also had Google Satelitte maps running to back up what i should be seeing around me. My backup GPS (Internet Tablet N810) was using BT DUN through my phone to update its own (Maemo Mapper) maps (BTW, tethering? On an Iphone? Not OEM available yet!). My push mail (SMTP AND POP3 in two different apps) was announcing messages from family about my trip to L.A later this week. I snapped off a few GeoTagged pics with the phone camera and uploaded them to Flickr. And when i took a break at the park cafe, i was surfing on Opera Mini.
On the way home i turned off Viewranger and turned on McGuider, but still had all the other apps running and the N810 (on VE Streetview) pulling maps through the DUN.
Still had plenty of juice when i got home. Thank you Apple, for reminding me why i went with a better brand.
On a side note MoTR also seemed to be saying that "The Ipod Touch will be the first non-phone device to have Skype". Er, what?
Tzer2
By and large, I've never had problems with multitasking on Symbian phones.
Obviously power users who habitually run literally dozens of apps at once have a good chance of finding a combination that doesn't work, but ordinary users are only going to multitask perhaps two or three apps at a time, four or five at most.
And the apps that ordinary users do use simultaneously are likely to be the standard built-in ones like music player, messaging, log, podcasting etc. These wouldn't be that hard to test in conjunction with a third party app.
Quote:
|
We don't want a PC on our phone - we want a consumer electronics heritage of "just works".
|
If that's genuinely Apple's attitude, then perhaps people should be comparing the iPhone to Nokia's Series 40 devices instead of S60?
That's not a criticism or a joke, it's a genuine suggestion. I've long written about Series 40 (and other feature phones) as less flexible but more stable alternatives to smartphones. If Apple has the same vision for the iPhone's future, then I think it should be called a feature phone, and there's no shame in that at all.
Nokia's known by readers of this site for making smartphones, but the majority of their sales and profits come from non-smart feature phones.
Obviously feature phones are looked down on by most smartphone enthusiasts, but they make up something like 85% of phone sales worldwide. Even in rich countries where most people could afford a smartphone, the majority of phone users still plump for feature phones because they're cheap and good enough.
Also, feature phones aren't necessarily low spec, some of them have autofocus carl zeiss cameras, wi-fi, TV Out and GPS. Nokia's just released a WebKit-based browser for Series 40, which is the same browser engine used by S60 and Safari.
Jhoravi
I disagree when you said "GAMES" being the reason for no multitasking. A mobile OS can be designed to do preemptive multitasking where It can take control of that game to a sleep state.
I believe the real reason is that Apple thinks the majority of users don't switch task between apps at all! And if they do, they just multitask MUSIC in the background that's why music multitasking is enabled in iPHone. Due to that, they decided to utilize all resources to that single running app rather than to those background apps that most ignorant users don't even care! I can prove it as I know a lot of friends who own Nseries even since the days of Nokia 6600 and they are not even aware that they can press-and-hold a button in order to multitask! I even instructed them how important it is and adviced them to get used to it. I even demonstrated examples of copy and paste between apps but until now THEY DON'T USE IT!! Majority of smartphone users are really that dumb!!
antonioj
Good point jhoravi! So, you know what comes next...Apple will "invent" multitasking, and everyone and their cat will start using it regularly
mattrad
I think most users - and I know, this is not a site for average users - do not want multi-tasking (“multi-what?”). This isn’t slewing off into an iPhone fanboi rant, so hear me out.
They don’t want multitasking, they just want to be able to do things quickly and with ease. Occasionally this will involve doing a few things at once. Even less often, this will involve an app doing things without user intervention (a background process). The question is how best to make that possible.
Essentially, you just want the assurance that you can set an app a task and then dismiss it, without having to keep it in the foreground and therefore dominating your attention. I believe Apple’s Push Notifications along with quick app switching will fulfil the need of most users in this regard.
But it won’t work for everyone, and I think the number of people happy to live without background processes will decrease as the expectations of mobile devices increases.
In this context, iPhone OS does have some background processes. I can write a text and dismiss the app while it’s still sending, and know that the text will be sent – but only because it’s an app that Apple has blessed with the ability to do so. What is frustrating is the inability of other built-in apps to maintain a persistent state – I can return to Safari after a while and the pages will be remembered, but will have to load again.
From my own experience of running FStream (internet radio) in the background while doing other stuff, I can say that the battery life of the iPhone 3G isn’t all that drained. Even if just a few user-definable background processes were allowed (without resorting to jailbreaking), it would be a good step forward. But I don’t think Apple will allow that until they can either shoehorn in a bigger battery, or have the OS manage power consumption better - because a phone that doesn't have much battery life has a degraded user experience. Perhaps this is a reflection of Apple's immaturity in designing cellular products.
In the meantime, it just highlights how adept and mature the Symbian OS that background processes are handled very well and that battery life is not unduly impacted. The problem for Symbian is that it operates behind overly complex and generally unlovely UIs (sorry S60…).
Matt
allaboutiphone.net
svdwal
How about this for a conspicary theory. If iPhone OS would allow multitasking, nobody would write about it, because it is normal for an OS to multi-task.
But with a non-multitasking iPhone OS there are lots of technical people writing about it, generating lots of buzz. Given the old adage that "there is no such thing as bad publicity", it means Apple gets an enormous amount of free publicity, which is good for their iPhone sales.
Unregistered
I think everyone is forgetting the amount of apps iPhone and iPod Touch users install ;-)
Yes it is silly that Apple doesn't engage Multi-tasking, but if you look at the average S60 user nearly all of them don't add many apps to the phone, meaning that their multi-tasking experience is good because with limited apps in use, they don't get any out of memory messages.
Now with the Mobile OSX platform, even the average users literally have over 50 apps installed on their device. This makes out of memory messages a lot more feasible on an Apple device.
Apple is smart on this one, imagine some silly average user wondering why he can't open all 140 applications one after the other?
bbj
Bottom line - most consumers dont know/care about it BUT it can make a massive difference to both developers, application functionality and device usage.
Just a couple of small examples: Push email. Effectively banned on iFart unless you happen to be running the email app. For no sensible reason at all.
How about alarms in say Calendar type apps. Users dont care about whether Muttly will be tasking (or where Dick has got to) however they get (well I get) really p***d off when alarms dont go off because the OS happens to have exited an app containing the alarm - simply because they wanted to say make a phone call.
Without multi-tasking both of the above need some hacks or special OS services. With it all the hacks go away.
All that happens when such a idiotic decision is taken is developers create hacks to get around the system limitations. This started back in DOS days - ala magic background TSR (terminate and stay resident) apps and continues today - with jailbroken iPhones.
Unregistered
The problem with apple fanboys is that every shortcoming will be praised as a "feature". For example, I've seen a lot of cases of people praising the iphone's "camera slowness" saying that they couldn't get such a "nice" blur effect with photoshop if they wanted to. Rubbish.
Ok, the iphone does have its positive points, but no multitasking is one of the worst flaws. Samsung's most modern dumbphones now have multitasking. Sony Ericsson dumbphones have had multitasking for ages. Moto had some limited multitasking on dumbphones. LG is starting to implement it too. I remember reading that even s40 is gonna get it in the future.
Also, every smartphone OS (except Palm OS, but that's an old dog, and upto version 4 it DID support it, and Iphone OS) has multitasking.
No excuses for this, apple. If normal people can multitask on a desktop, they can multitask on a phone as well.
Tzer2
Whatever you think of multitasking, I really wouldn't want to see a repeat of what some extreme Apple fans do which is to condemn some concept until Apple do it, then say it's wonderful.
Before I go any further, I should say the vast majority of Apple fans are perfectly sensible level-headed folk, most of whom are happy to use other manufacturers' devices too. But there's a hardcore, as there is in all fan bases, which seems to try and be 100% Apple 100% of the time, changing its opinions to support whatever Apple is currently doing.
A few years ago there were many forum and blog posts on various sites where the *concept* of a music phone was shot down by hardcore iPod fans, as if no phone could ever compete with dedicated music players. But when Apple announced it was making a music phone, this was suddenly a really good idea among hardcore fans, even though no one had even seen it yet. The same thing happened with 3G, user-installed applications, and practically anything else where Apple followed in other companies' footsteps: shoot down whatever Apple isn't doing, but as soon as Apple plans to do it then praise it to high heaven and perhaps claim Apple invented it.
As I've said in previous threads, this selective reading of history goes right back to the 1980s. The now-familiar much-imitated GUI on Macintosh was heavily based on Xerox's GUI work at PARC, which Apple will freely admit, yet the Xerox part of GUI history is frequently airbrushed out by hardcore fans. To give a more recent example, the ITunes software was originally a third party application which was bought, repackaged and then heavily marketed by Apple, yet how many people realise this? Even the iPod was apparently brought to Apple by an engineer from Psion, rather than originated within the company.
Apple's success is largely in taking existing products and making them easier to sell to consumers, in making them attractive and hyped enough that some people will be willing to pay very high prices. High prices restrict market share, but they also mean even relatively low sales can generate good profits. By and large Apple are more marketers than engineers: they don't invent stuff or do stuff first, they take existing stuff and make it more sexy so that they can demand a higher price for it. And Nokia are more engineers than marketers: they invent stuff but largely rely on third parties to do interesting things with it.
In some ways the dream team might be a combination of Nokia's hardware prowess and Apple's marketing nouse, but I doubt we'll ever see that happen as their methods of operating are so different.
Nokia possibly formed the Nseries brand in order to imitate Apple's strategy, to put slicker packaging and interface features on existing S60 technology for use in expensive higher end models with an exclusive reputation. Numbered S60 devices frequently have similar tech specs to Nseries devices, yet their Nseries equivalents sell for much higher prices simply because they have more glamorous casings and easier-to-use media applications.
None of this is a criticism of Apple, it's just an observation that a small percentage of extreme Apple fans are overlooking the essence of what makes their favourite company successful.
irfanil
Great Article... I wish this article can also be posted to other forums/blogs where people are arguing for iPhones.
Apple is just good at creating 'hype'. Even the features announced in OS 3.0 are in S60. I still wonder why Apple calls it the most advanced mobile os, where as they are still developing the basic smart phone features.
@Jhoravi: Yes, people don't use S60 OS properly but it doesn't mean that mobile os shouldn't have the features. There's a large number of people that only buys S60 for feature rich smart phone. It'll take Apple a decade to create an entry level smart phone.
Unregistered
I agree with almost all your comments Steve re the iPhone and multi-tasking but I do have to make a comment about your statement that OSX can't multi-task as well as XP/Windows.
We are a company which writes software for industrial control systems and this entire area is dominated by tools which have to run under a MicroSoft OS. I started to use an iMac at home a couple of years ago as I wanted to try something different, I loved it, and when it came to buying my last Laptop for using at work I broke the mould and bought a Macbook Pro.
Now to my real point...
On this machine (with 4GB Ram) I regularly run (concurrently) 2 different XP Virtual Machines, Entourage, Excel, Word, Firefox (with about 10 tabs open), Skype, Terminal and various 'Finder' windows, not to mention various Expose widgets etc. Not only does the whole thing multi-task beautifully, but I can run different apps in different desktop 'Spaces' and jump between these at will.
If I'm leaving the office, I suspend the VM's and shut the lid, go to a site, open the lid and start working again almost immediately.
One last thing, this is now 30th March 2009, the last time I re-booted my laptop was October 2008, try doing that on a MS based laptop!
Love the site, keep up the great work.
Unregistered
"One last thing, this is now 30th March 2009, the last time I re-booted my laptop was October 2008, try doing that on a MS based laptop!"
OSX has had at least 2 security updates that required rebotting during the past few months, plus the there was the really big 10.5.6 update in december.
You should really reboot as soon as possible.
Serious 60
>> If that's genuinely Apple's attitude, then perhaps people should be comparing the iPhone to Nokia's Series 40 devices instead of S60?
In some ways absolutely. Apple are a product company who I think accidentally got into 3rd party development. I think they always intended to have commercial companies be able to deploy applications through their private developer programmes, but it was a last minute decision to allow bedroom programmers access.
Apple clearly didn't need multitasking to make the iPhone a success and as someone has pointed out - when they do release it, it will be wowed by fanbois.
Apple got a phone to market in a very short time of decent quality by concentrating on the product and limiting the scope. If multitasking was in release 1, they couldn't rollback the solution if it turned out to be unstable or the support costs for 3rd party development were huge.
By listening to demand they, can add new features and make them appear as "gifts".
Look at how nokia integrate a new feature - slap another app on the menu bar and tick a box - it's not product design.
Unregistered
Quote:
|
If multitasking was in release 1, they couldn't rollback the solution if it turned out to be unstable or the support costs for 3rd party development were huge.
|
Just to be clear on this point:
1) they did in fact rollback the push API, which was originally introduced last year and slated to be in version 2.1 of the iPhone OS, claiming that their servers couldn't handle the strain
2) they have absolute, dictatorial control on which 3rd party applications get released. If a 3rd party app misuses their APIs in any way, they can pull it out of the store without warning, assuming it makes it to the store in the first time
So the argument "they must think carefully about how to implement multitasking, because if they let out an API that can be misused/abused, they cannot take it back" is absolute nonsense. They can publish an API that has flaws, censor all apps that take advantage of that flaws, and ultimately fix those flaws in some subsequent release.
Unregistered
Quote:
Originally Posted by Unregistered
Just to be clear on this point:
1) they did in fact rollback the push API, which was originally introduced last year and slated to be in version 2.1 of the iPhone OS, claiming that their servers couldn't handle the strain
2) they have absolute, dictatorial control on which 3rd party applications get released. If a 3rd party app misuses their APIs in any way, they can pull it out of the store without warning, assuming it makes it to the store in the first time
So the argument "they must think carefully about how to implement multitasking, because if they let out an API that can be misused/abused, they cannot take it back" is absolute nonsense. They can publish an API that has flaws, censor all apps that take advantage of that flaws, and ultimately fix those flaws in some subsequent release.
|
Rubbish.
Yes it helps that they are dictatorial and have control of the supply chain, but they cannot ban applications on the ground that they are using an Apple API in the way it was meant to be used.
Even apple would see a retraction of such an API as am embarrassing last option.
My point about multitasking is that you need to think from the UI point of view how you deal with failure to obtain a resource. The existing solutions on all platforms are pretty awful.
Apple have to think how their own code deals with failure if a 3rd party app interferes with them - which makes the software more complex, the testing more labourious, delays shipping and causes problems with perception in quality.
Perhaps we should stop using the phrase multitasking to mean "concurrent applications", since support for multitasking is easy at the kernel level but concurrent applications on an open-to-3rd party system requires a lot of design and engineering to pull off robustly.
widehead
This month's edition of T3 here in the Philippines has what can only be described as the most embarrassing article I have ever read by a tech-writer.
He moans, in an article on convergence, that he is still forced to carry around the following items while traveling:
- Mac Book
- Camera
- iPod
- iPhone
- MP3 player
- something I can't remember (Psion thingie I think)
- all associated cables, adaptors and whatnots
I was absolutely flabbergasted as I could do everything, and I mean everything, that he needed to do on my trusty old N95 8GB.
Convergence isn't new. Unless you're an Apple-only-fanboy.
Unregistered
Steve Litchfield:
Quote:
|
found in over a quarter of a billion smartphones in use around the world today
|
That's a cumulative number of Symbian smartphones shipped, not the number
in use today. I have owned many Symbian smartphones, but only one of them is in use today.
Can the editors post a correction?
29 Comments / Post New Comment