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 m

Re: threading issues with tomcat

2001-03-06 Thread William Brogden
Byrom Robert-LRB005 wrote: > > 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

RE: threading issues with tomcat

2001-03-06 Thread Byrom Robert-LRB005
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, > >

Re: threading issues with tomcat

2001-03-06 Thread William Brogden
Byrom Robert-LRB005 wrote: > > thanks for the help, > > one further question, if I initialise a Database connection within the init() >method of a servlet and use this reference in the doGet() for example, will each >servlet share this connection object? ie if more than one servlet requests

RE: threading issues with tomcat

2001-03-06 Thread Randy Layman
Brogden [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 06, 2001 9:52 AM To: [EMAIL PROTECTED] Subject: Re: threading issues with tomcat Byrom Robert-LRB005 wrote: > > thanks for the help, > > one further question, if I initialise a Database connection within the init() metho