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. 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
> > Subject: Performance with ORION
> >
> >
> >
> > We have been making some tests with an application that uses a main
> > entry point, this is used to redirect all the request to the
> > correspondant object. We have found that ORION only creates one instance
> > of this servlet and we think that this is causing a bottleneck of our
> > application.
> > Is there a way to configure how many threads to create to serve more
> > requests per second?
> >
> >
> > Thanks
> >
> > PS: Any news about IronFlare?
> >
> >
> >


Reply via email to