View Single Post

   
  #4 (permalink)  
Old 02-28-2008, 09:48 AM
christopher@dailycrossword.com
 
Posts: n/a
Default Re: Better to login/out for each query?

*snip*
> try to create some metrics and base your method on those metrics. mysql
> can and does a good job of either of these methods.


mysql might, but the other layers might not. I believe JDBC has
substantial overhead obtaining a connection when not using connection
pooling, but I may be mistaken.

Reply With Quote