Puneet Varma (Editor)

Xmove

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Development status
  
Unmaintained

Operating system
  
Written in
  
C

Original author(s)
  
Ethan Solomita, Peter Skopp, Ari Shamash

Last release
  
2.0beta2 / 14 November 1997; 19 years ago (1997-11-14)

xmove is a computer program that allows the movement of X Window System applications between different displays and the persistence of X applications across X server restarts. It solves a problem in the design of X, where an X client (an X application) is tied to the X server (X display) it was started on for its lifetime. Also, if the X server is shut down, the client application is forced to stop running.

xmove lets the client disconnect from its current X server, and connect to a new one, at any time. The transition is completely transparent to the client. xmove works by acting as a proxy between the client and server. It is a "pseudoserver" which stores enough server state so that clients can connect to a new server without being disrupted.

References

Xmove Wikipedia


Similar Topics