Frequently Asked Questions

These pages contain answers to the most common questions asked of Servlets.Net. To read an answer to a question, first select the category on the left, then the question on the right. If you don't find what you're looking for, feel free to send e-mail to our Support Department. If you would prefer, the entire FAQ is available on a single page.


 
General
Virtual Server
Java Servlets
Java Server Pages
Database
Internet
Dynamic Configuration Files
 
 
 
What database server is available?
What JDBC drivers are available?
Can I connect to my database from Microsoft Access or Visual Basic via ODBC?
Why do I have more than one database connection?
How do I pool my database connections?
How do I change my MySQL database's password?
How do I install the PoolMan connection broker software?
 

 
 
 

A servlet, being a multithreaded application, may have several instances of itself running at the same time. When instances of the servlet try to share the same connection, they line up in a queue and wait for their turn. You'll get better performance if you have more than one database connection for them to share. There's a great way of efficiently using the database connections allotted to your account - a technique called database connection pooling.

 


 
Copyright © 1998 - 2007 Servlets.Net Corporation. All rights reserved. Legal Notices.