We are developping Web site using InstantDB and JRun/Apache (or Tomcat
3.1/Apache) through a simple JDBC connection and JDK 1.3.
During the development, we encountered the following problem on both
systems (JRun and Tomcat) :
We connect to the InstantDB database (through a servlet), make some
queries, then close the JDBC connection. When we try to reconnect to the
database after a while (about 4 or 5 hours), we must shut down the
servlet due to CPU and memory utilization growing up to 100% of
available resources. If we do not make the first connection to database
(but the servlet is running) and wait for a long period (4 or 5 hours),
the problem doesn't seem to appear. If the time between two connections
is under this period, it works fine !
Has anyone experienced the same problem ? We have read some discussion
on problem during connection closing, what is it about ?
Regards
Guy Satge
-----------------------------------------------------------------------------
To unsubscribe from this mailing list, send email to majordomo@enhydra.org
with the text "unsubscribe instantdb" in the body of the email.
If you have other questions regarding this mailing list, send email to
the list admin at owner-instantdb@enhydra.org.
|