"Igor Chudov @ home" wrote:
> 
> Joshua Chamas wrote:
> > Performance on a Celeron 333/128MB/Linux/mySQL box:
> > Create new empty session: 385 requests/second
> > Create new session and write to it: 233 requests/second
> > Retrieve old session: 400 requests/second
> > Retrieve old session and read from it: 400 requests/second
> > Retrieve old session, read it, write to it: 256 requests/second
> >
> > Has anyone done similar benchmarks with Apache::Session
> > hooked into Oracle?
> 
> It took a few seconds per request:) Seriously. It takes a long time
> to open an oracle connection... Had to switch to FileStore...
> 
>         - Igor.

Shouldn't this performance be better if using Apache::DBI
to cache db handles per process?

-- Joshua

Reply via email to