Re: X11 and Heavy loadbalancing?

2002-11-18 Thread choice15
I *think* I understand what Jack is trying to do. The normal term for what he is attempting is host integration. This is where host-based applications are integrated into web-based applications. The most common example of this is the IBM product Host On Demand. The obvious way to do host

Re: X11 and Heavy loadbalancing?

2002-11-17 Thread choice15
- Original Message - From: Papa Fox [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, November 16, 2002 2:53 AM Subject: Re: X11 and Heavy loadbalancing? Hi, I *think* I understand what [EMAIL PROTECTED] is trying to do. The normal term for what he is attempting is host

Re: X11 and Heavy loadbalancing?

2002-11-15 Thread Alexander Gottwald
On Fri, 15 Nov 2002 [EMAIL PROTECTED] wrote: Hi all, At my Connectiontoolprojekt (Win-GUI-Client for Cygwin) i have think by my self whats happend if a heavy load Situation is comming up and How can it be solved? Is there an Way to Make XFree scalable or is there an J2EE based Container

Re: X11 and Heavy loadbalancing?

2002-11-15 Thread choice15
I don't understand what you want to do. The XServer is bound to a output device. So there is no way to let a cluster do the work for it. Ok i try it more detailed again to describe: An J2EE (Java) implemented Applicationserver act as an centralized Server instance for Java writen

Re: X11 and Heavy loadbalancing?

2002-11-15 Thread Alexander Gottwald
On Fri, 15 Nov 2002 [EMAIL PROTECTED] wrote: My simple Questions is: Is there an Java based (EJB) X11R6 J2EE 1.2 / 1.3 Servercontainer Software released thadt can act as Part of an J2EE Applicationserver to act as an X11-Server? Why would anyone want that? The X server is running on

Re: X11 and Heavy loadbalancing?

2002-11-15 Thread choice15
Yup, I am equally confused. I am realy sorry Keep in mind that the X Server is ``serving'' your display, mouse, and keyboard hardware to applications that would like to utilize them. A ``client'' of your X Server is utilizing the display, mouse, and keyboard on the X Server by drawing a

Re: X11 and Heavy loadbalancing?

2002-11-15 Thread Alexander Gottwald
[EMAIL PROTECTED] wrote: The I/O Traffic producing by the Apps on X-Serverside (Harddisk access to the Partitions) I assume thadt a lot of Officeuser thadt would connect to the X-Server, slow down the Machine. You can only connect one Officeuser to a XServer .-.

Re: X11 and Heavy loadbalancing?

2002-11-15 Thread Randall R Schulz
Hi, Since the native GUI model for Java programs running on Unix and Linux hosts is X11, any and all Java GUI applications running on such hosts are inherently able to have their human user interaction take place on a separate host (or X terminal) from the host on which they execute.

Re: X11 and Heavy loadbalancing?

2002-11-15 Thread Papa Fox
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, November 16, 2002 9:24 AM Subject: Re: X11 and Heavy loadbalancing? Hi, Since the native GUI model for Java programs running on Unix and Linux hosts is X11, any and all Java GUI applications running on such hosts are inherently able to have