Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Alex Evans   on Sep 18 In Java Category.

  
Question Answered By: Jaime Bowman   on Sep 18


another thing to consider:
some database  servers do not allow continuous connections - you'll have
to suss that one out.
if you can have continuous connections, perhaps use a lazy
initialisation that is run the first time a connection  is needed.

Share: