I suspect this is a problem with your jdbc access layer... 

To troubleshoot make simple program accessing the data directly with
just the jdbc driver and test.

-----Original Message-----
From: Hani Suleiman [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 25, 2001 8:35 AM
To: Orion-Interest
Subject: Re: orion http server performance/load handling


For one thing, this isn't a fair comparison as you're using different
numbers of layers

asp->db

vs

jsp(I assume?)->ejb->db

but I agree that the connection url not found error is disturbing. Why
not submit a test app to bugzilla, I'm sure the orion folk would be
interested in fixing this (since it does sound like a bug)

Hani

On Wed, 25 Apr 2001, olivier wrote:

> Hi,
> 
> I have developped 2 little web app using ASP/IIS for one,
> struts/JSP/EJB/Orion for the other. They both access the same database
using
> the same store proc, the pages are the same...
> However the EJB access the database, transform the resultset into
objects
> arrays, while in the ASP the access is direct from the page and result
are
> not converted into objects.
> 
> I have written a simple client that create some thread, each thread
executes
> several connection, all simultaneously.
> Orion is faster up to 150 connections.
> But at 200, Orion cannot respond to all requests (error like
connection URL
> not found), on the first ones (quite a lot though), while IIS keeps
running,
> slowly but running.
> 
> Are their any settings I could change to get it better. ?
> 
> 
> Cheers,
> 
> Olivier
> 
> 
> 
> 
> 
> 



Reply via email to