Please  note that I am using one servlet to throw
various outputs. the results from various user inputs
are stored in variables till user finally submits his
data. what to do in such a case?

This is more like where a user wants to register and
there are more then one form he has to fill. The
details received through these various forms are
stored as variables in the servlet. So, implementing
STM does not seem to be appropriate solution, where
one particular servlet throws a single page only.

I guess I have to physically create multiple instances
of this servlet class, and each of these classes
should not be allowed to use till the user fills up
all the forms. If i am right, pls tell me how to do
that.

Regards



--- Richard Bedard <[EMAIL PROTECTED]> wrote:
> Your servlet must implements SingleThreadModel!
> 
> -----Original Message-----
> From: AMit Bairagi [mailto:[EMAIL PROTECTED]]
> Sent: Monday, February 26, 2001 2:45 PM
> To: [EMAIL PROTECTED]
> Subject: creating multiple instances of STM in JServ
> 
> 
> Hi,
> 
> How do I create multiple instances of a single
> thread
> servlet on JServ. There should be multiple instances
> and when a particular instance is busy processing
> request, the another instance should be used for
> handling new requests.
> 
> Thanx
> Amit
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Get email at your own domain with Yahoo! Mail. 
> http://personal.mail.yahoo.com/
> 
> 
> --
>
----------------------------------------------------------
> To subscribe:       
> [EMAIL PROTECTED]
> To unsubscribe:     
> [EMAIL PROTECTED]
> Archives and Other: 
> <http://java.apache.org/main/mail.html>
> Problems?:           [EMAIL PROTECTED]
> 


__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/


--
----------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to