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 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?
 
 
 





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
 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?








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. 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?