× 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.



Hi,

its one of the nice things with EJBs to write a distributed application 
(nearly) without dealing with distribution aspects.

BTW: At the moment I have another guy (in France) dealing with problems with a 
badly sized system (sized by ibm France) database and WebsFear on a single 
processer 810 with 7 of the slowest disks.

Dieter Bender

On Dienstag, 9. März 2004 17:36, Nathan M. Andelin wrote:
> David,
>
> I think you need to take into account that threads under OS/400 have
> processor "affinity", meaning that once a thread is dispatched to a
> processor, it tends to remain associated with that processor, to avoid
> cache reloading.  Several good sources say that cache reloading can have a
> severe, negative impact on performance.  EJB architecture offers a means of
> dispatching workload to other processors, even on one box.
>
> Say a Servlet receives a request to summarize sales by state and display
> the results.  The process of summarizing sales by state may be a fairly CPU
> intensive activity that needs to be synchronized per user.  Using EJBs,
> summarizing sales by state might be dispatched to one processor, while
> generating the HTML might be dispatched to another, so that when multiple
> requests are received at the same time, the 2nd isn't waiting for the 1st
> to complete.
>
> I agree completely that distributed architectures under J2EE have costs and
> problems associated with them, but what is the alternative when CPU
> intensive workloads are involved?
>
> Nathan.
>
>
>
> ------------------------------
>
> message: 6
> date: Mon, 08 Mar 2004 14:46:09 -0700
> from: "David Morris" <David.Morris@xxxxxxxxxxxxx>
> subject: RE: Does jBoss work on iSeries?
>
> Nathan,
>
> The current upper limit for the iSeries of 32 processors/256G main memory
> is likely to meet most needs business needs. There are a lot of costs in a
> distributed application and those costs are often overlooked. A single
> system is much simpler whether it is an iSeries or other server has few
> points of failure, is much easier to test, and can take full advantage of
> native data access.
>
>
>
>
> _______________________________________________
> 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.

-- 
mfG

Dieter Bender


DV-Beratung Dieter Bender
Wetzlarerstr. 25
35435 Wettenberg
Tel. +49 641 9805855
Fax +49 641 9805856
www.bender-dv.de
eMail dieter.bender@xxxxxxxxxxxx


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.