• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

What is a cell when we an article talk about high load/ available system?

 
Ranch Hand
Posts: 551
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
Thank you for reading my post
Can some one please let me know what is a cell when an article talk about high availablity of a J2EE application?
does it means a frame in a mainframe, does it means an entire physical server ? or it is just an instance of application server?
the article that I am reading is :

article
Thanks.
 
(instanceof Sidekick)
Posts: 8791
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In WebSphere land at least, a cell is a group of computer systems, a node is one computer, a server is one instance of WebSphere. A cell can have one or more nodes, a node can have one or more servers. I'm not sure if cell == cluster necessarily. My old team said clone (noun) instead of server. We had a cell of 3 computers with 2 nodes each for six clones. Just to confuse things, the "computers" are now virtual.

This very brief WebSphere Architecture page is as close as I found to a reference on this.
[ December 10, 2007: Message edited by: Stan James ]
 
I'm full of tinier men! And a tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic