sorry if this is a bit vague...looking for some best practices:
we're developing an app using servlets & jsp, roughly adhering to MVC2 architecture
recently we began experiencing deadlocks during some database transactions, connection sharing where one record was updated with another record's info (we're using a threaded connection pool)
and other odd behavior like POST requests not responding for some servlets but GET is fine.
should we be doing anything like synchronizing all database calls?
=========================================================
-jeff
try { succeed(); } catch(E) { tryAgain(); } finally { rtfm(); }
we're developing an app using servlets & jsp, roughly adhering to MVC2 architecture
recently we began experiencing deadlocks during some database transactions, connection sharing where one record was updated with another record's info (we're using a threaded connection pool)
and other odd behavior like POST requests not responding for some servlets but GET is fine.
should we be doing anything like synchronizing all database calls?
=========================================================
-jeff
try { succeed(); } catch(E) { tryAgain(); } finally { rtfm(); }