[logo] JX Application Framework
   
Home     
* Cart

Introduction

Why use a framework?

Download

GitHub

Vision
    API stability

    Code optimization

    Bibliography

Features
    Object messaging

    Extensibility

    Drag-and-Drop

    Networking

    3D Graphics

    Powerful tables

    Styled text editor

    Memory leak debugger

    Tutorial
    Class tree

    Open protocols

    Known bugs

    Future plans
    Projects

FAQ

Donate

Other software

What's new!

Log in  

   
     

Multiple X servers

A single JX application can connect to an unlimited number of X servers. The screen shot shows the JXDisplayMenu when an application is connected to three different X displays.

Unfortunately, this is only a quick-and-dirty solution because Xlib simply dies if any of the X servers crashes. The safe networking solution is to use JCore's networking support to implement a client-server pair, where the server is independent of X.

JX does provide protection against X server crashes, however, via JXFileDocument::SafetySave().

Copyright © 2010 New Planet Software