1

After configuring connection pooling the website seems to hang up after a period of time but it executes faster otherwise.. Is connection pooling the cause for the same? When the website stops responding then a tomcat restart reverts back the problem? What to do?

KronnorK
  • 539
  • 5
  • 17

1 Answers1

0

Probably your code is not releasing connections back to the pool.

Robin Green
  • 32,079
  • 16
  • 104
  • 187
  • Thanks Robin for your answer but in my code this has been taken care of but the things seem to hang due to the tomcat settings please do guide.. – KronnorK May 16 '11 at 16:15