× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.




Could you please elaborate a bit on the "it is not scalable because it
is not scalable"?

I'm no expert on this. But i know it's "old" technology, and it is quite a primitive library of basic windowing functionality. The reason it is not scalable is because, for example, individual lines (primitive draw operations) are sent to the X Server (which is the program running on the PC which displays the GUI). Also, a lot of signals are sent back to the host, i.e. mouse movements and keystrokes. If you have only a couple of programs doing this it will not be a problem. But if you have hundreds of programs running at the same time and pushing individual lines to hundreds X Servers and these X servers communicate each mousemovement back to the host then this will have a big impact on overall performance. For sure it will not scale as well as 5250. In general, the interface between the client (running on the host) and the server (running on the client) is very fine grained and works ok if both are on the same machine.

Date: Wed, 6 Feb 2008 16:12:01 +0100
From: thunderaxiom@xxxxxxxxx
To: java400-l@xxxxxxxxxxxx
Subject: Re: Create Graphical interface

john e skrev den 06-02-2008 14:36:
X-Windows works over a network, but it is not scalable to hundreds of users because of technical reasons (it's architecture is not scalable). Also, unix is not like the as/400, and having one program (job/process) running for each interactive user is not a good idea in a unix environment. For unix type servers a client/server approach is best for scalability. And X-Windows is difficult to program for because the underlying base libraries are quite old (25 years).


Could you please elaborate a bit on the "it is not scalable because it
is not scalable"? Also I do not understand the rest of your arguments.
So IMHO X-Windows is only useful on the as/400 (PASE) if you have to run an existing unix utility or program which happens to use X-Windows.


Which we most likely do namely the JVM. I will try one of these days to
see if Swing is available.

--
THorbjørn
--
This is the Java Programming on and around the iSeries / AS400 (JAVA400-L) mailing list
To post a message email: JAVA400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/java400-l
or email: JAVA400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/java400-l.


_________________________________________________________________
De mooiste afbeeldingen van Angelina Jolie vind je met Live Search
http://search.live.com/images/results.aspx?q=angelina%20jolie&FORM=MIINTM

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.