• 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

Hanging Problems

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
We use iPlanet 4.1 service pack 9 as our web server and Oracle 8.1.7 as our database base. The problem with our application is when a user enters invalid username or password ( username => oracle schema) the web server hangs for 10-15 minutes and this effect is cumulative if there are more than one invalid login's.
Earlier we had service pack 5 installed and this is to crash the database maxprocs. With service pack 9, the database problem is rectified by the web server hangs.
We use a thick jdbc connecter to get a database connection handle.
Any help on why this happens would be of great help.
cheers
Sandesh
 
reply
    Bookmark Topic Watch Topic
  • New Topic