To view parent comment, click here.
To read all comments associated with this story, please click here.
Well yeah, I understand - but the likelihood that it will happen between disparate systems running different OSes (I know arguably, one could eventually run the same OS on a phone and desktop) in the next few years is pretty slim IMO.
In the meantime, I enjoy roaming Gmail chat discussions between multiple machines, and the nearly-instant availability of drafts from one machine to another.
Enter Google Wave protocol and it's even more instantaneous compared to GMail as each participant of the wave is receiving live updates instantly.
You could conceivably manage a program's running state as a Wave instead...
Exactly. Think about this one, for instance.
I watch my television series on two computers - I have an HTPC in my bedroom as well as my living room. They both draw from the same storage space. OFten, however, I won't be able to finish watching an episode on f. ex. my bedroom HTPC before I go to sleep - so I pause. Wouldn't it be handy if instead of having to remember where I left off and scrub until that point on the other computer, I could just drag the video player to the other machine, preserving its state?
It sounds very handy to me, but it would probably require a heck of a lot of work, and I'm not sure if it is a desirable enough a feature.
Edited 2009-12-01 09:58 UTC
Theoretically it could work, but as the hardware capabilities will change underneath the player during playback you'll probably have to configure it for the lowest common denominator and the limitations of VirtualBox. That means no hardware accelerated playback, no multichannel audio or AC3/DTS passthrough, no LIRC, etc. To make those things work would properly, as you say, would require a heck of a lot of work.
A much easier thing to implement would instead be a backend/frontend split where a shared backend could have many frontends.
Uh, seems like it would be a lot simpler if you could just drag a "bookmark" from one machine to the other... afterall, that's all you need.
So far, you're making up some pretty simple scenarios to support the notion of moving a virtualized app across multiple machines... if both machines contain the same software already, all you need to drag is the data in its current state. That data could contain the current settings/state of the app and it could pick up where it left off.
I'm glad you threw in the case of "shared storage" here, because that would have been my main sticking point on any concept of dragging a running app to another machine - what if the resources are missing. Every app has different needs, what if a DVD you're playing from is in the desktop and you want to continue watching from the laptop...
I think it's a solution looking for a problem, personally. If anything, I think you should be pushing seemless movement of application state from one machine to another. It seems nobody really focuses on this concept these days, because it's assumed you'll finish a given task on the machine you're currently using.
I suspect a machine without any local storage is the most likely to support such a notion in the future, so look for it eventually on ChromeOS
I watch my television series on two computers - I have an HTPC in my bedroom as well as my living room. They both draw from the same storage space. OFten, however, I won't be able to finish watching an episode on f. ex. my bedroom HTPC before I go to sleep - so I pause. Wouldn't it be handy if instead of having to remember where I left off and scrub until that point on the other computer, I could just drag the video player to the other machine, preserving its state?
It sounds very handy to me, but it would probably require a heck of a lot of work, and I'm not sure if it is a desirable enough a feature.
You want X11 with XMove. Start an X app on PC1. Then XMove it to PC2 and carry on. Then XMove it to PC3. And then back again.
Granted, the actual execution of the app always happens on PC1. But the display, which is all you really need to worry about, occurs on PC2, then PC, etc.
All it takes is a network connection. Works quite nicely. And if you add in NX for better network response, it can even work across DSL and dial-up links (although not for full-motion video at those speeds).




Member since:
2008-08-19
While probably sufficient, that's not quite there though. You can certainly write a draft email on machine and continue it on another, but you still have to make a conscious action to fetch the email from the draft folder.
Thom's idea seems to have as much to do with preserving the entire application session in the state you left it. Fairly easy for a web app like GMail, somewhat harder for desktop apps...