RE: Performance with ORION

2001-03-13 Thread Manne Fagerlind
There should be one for each active request. -Original Message- From: Ismael Blesa Part [mailto:[EMAIL PROTECTED]] Sent: 12 March 2001 15:58 To: Orion-Interest Subject: Re: Performance with ORION Yes it should create only one instance of each servlet. What I mean is how to specify how

RE: Performance with ORION

2001-03-12 Thread Mike Cannon-Brookes
It _should_ only create one instance of each servlet. Multiple threads are then used to serve different requests. -mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ismael Blesa Part Sent: Monday, March 12, 2001 8:01 PM To: Orion-Interest

Re: Performance with ORION

2001-03-12 Thread Ismael Blesa Part
Yes it should create only one instance of each servlet. What I mean is how to specify how many threads the server should create. JRUN has several parameters to configure this, but I have not seen any one on Orion. Mike Cannon-Brookes wrote: It _should_ only create one instance of each servlet.