The Artima Developer Community
Sponsored Link

Jini Forum
Solution Required

1 reply on 1 page. Most recent reply: Aug 25, 2005 3:18 AM by dsgeree

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
dsgeree

Posts: 2
Nickname: dsgeree
Registered: Aug, 2005

Solution Required Posted: Aug 11, 2005 12:28 AM
Reply to this message Reply
Advertisement
Current System Overview

The Application is developed on Struts Framework on SunOne Web Server (can be changed if need arises).

The HTTP request from the clients reaches the Application which in turn generates multiple thread requests.

The threads are of variable nature requiring having different resource requirements to execute.

Objective to be Achieved

• Fault tolerant cluster at the Application Level and the Thread Execution Level with seamless failover, preferably with no session loss.
• Load Balancing of the Application
• Load Balancing of the Thread Execution Server based on
o Weight utilization of the respective Thread Server (CPU and Memory)
o Thread utilization of the respective Server
o Balanced routing of similar threads (e.g., 10 identical threads get equally executed in 2 numbers each is there are 5 servers)
In case of conflicts of the load balancing algorithms, the priority will be set as per the above order.
• A Virtual Thread Pool has to be generated in Thread Execution Cluster with queuing analysis

Please let know what analysis results are required for recommending solutions.


A schematic of the requirement is provided in the link: http://img354.imageshack.us/my.php?image=targetarchitecture8ul.jpg


dsgeree

Posts: 2
Nickname: dsgeree
Registered: Aug, 2005

Re: Solution Required Posted: Aug 25, 2005 3:18 AM
Reply to this message Reply
Is there any idea?

Flat View: This topic has 1 reply on 1 page
Topic: Deadlock Previous Topic   Next Topic Topic: Starting GUI Service Launcher JINI 2

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use