954,152 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Slow processing

I have a JSP that works with an Oracle 9i database.

On my local windows workstation (using Tomcat) where I developed the JSP the application processes very quickly working with the Oracle database. The JSP application on the Production Intranet web server (Tomcat) connecting to the same Schema processes very slow many times during the day.

There is only one user for the application and I dont understand why the same application using the same database runs so much slower on the production server compared to my local workstation.

Please advise?

chicago1985
Light Poster
36 posts since Nov 2007
Reputation Points: 10
Solved Threads: 0
 

hard to say. Network problems, poorly configured connection pools, poorly written code that doesn't release database connections (most likely).

jwenting
duckman
Team Colleague
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
 

That might be because of some network issue. this is only my guess.

debasisdas
Posting Genius
6,870 posts since Feb 2007
Reputation Points: 666
Solved Threads: 434
 
hard to say. Network problems, poorly configured connection pools, poorly written code that doesn't release database connections (most likely).

Thanks, the interesting part it always lightning fast speed on my local workstation and on some days like today it is fast on the Production server even when I have many hits on it today. On other days it is slow on the Production server but again very quick on my local workstation every day. Still could be poorly written database connection or Network issue?

chicago1985
Light Poster
36 posts since Nov 2007
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You