Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Relation between Connection Timeout and Transaction Timeout ?

 
Ranch Hand
Posts: 81
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I read in an IBM faq site for Websphere that
"Ensure that Connection Timeout is less than the transaction timeout"

But there is no explanation given on why this must be so ? Can any of the websphere gurus help me out on this ?

The problem that I am facing in my application is that many a times a transaction occurs which exceeds more than 30 mins (which is the transaction timeout set in WAS3.5), an I get a JTS/JTA Transaction aborted exception. But on the database end, that transaction keeps on going for hours togather till we get the session killed by the DBA. And while all this is happening the performance of the application deterioates, with a lot of users getting timeout pages on their screens.

Any help or ideas on the issue ?

Many Thanks
Anupreet
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic