RE: Connection Pooling

2001-03-08 Thread Byrom Robert-LRB005
try looking at www.codestudio.com this has a link to a generic Object pooling API that you can use for all sorts of objects (typically JDBC Connections and sockets etc). Its open source and therefore free to play around with so its worth looking at. regards rob -Original Message-

RE: CONNECTING TO MS ACCESS DB?

2001-03-08 Thread Byrom Robert-LRB005
hava a look at the usual web sites at www.javasoft.com typically , if you want to connected to Access you have to set up a DSN with the ODBC bridge, on win2k you can find this: control panels-administrative tools-datasources (ODBC) from here you can set up a new reference to your database , go

threading issues with tomcat

2001-03-06 Thread Byrom Robert-LRB005
hello all Im hoping someone can help, can someone please explain how the threading works when a new servlet is initialised within the tomcat container? If multiple requests are recieved for a servlet, is the same servlet data area shared amongst each thread that invokes the servlet? and if

RE: threading issues with tomcat

2001-03-06 Thread Byrom Robert-LRB005
in advance! robbie -Original Message- From: William Brogden [mailto:[EMAIL PROTECTED]] Sent: 06 March 2001 14:01 To: [EMAIL PROTECTED] Subject: Re: threading issues with tomcat Byrom Robert-LRB005 wrote: hello all Im hoping someone can help, can someone please