• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

About thread with WebLogic Clusters

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,I have a question about cluster,now I have a application,there is a thread in this application that read a table each five minutes. If I configure a five machines cluster.Then there are five
applications ,there are five same threads to read the same table simultaneously.how wll weblogic handle this case,it will let one thread reads the table?The thread reads the table then
operates data,it maybe takes some times,other threads will continue to read the table,is it right?
Thanks for your answer.
 
Sawyer Shillong
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Come on.anybody has idea about it?Weblogic cluster how to handle thread?
 
Ranch Hand
Posts: 567
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The five processed would get synchronised if they are in transactions. Otherwise not.
 
reply
    Bookmark Topic Watch Topic
  • New Topic