Scott Russell <sc...@to...> wrote in
news:1080557484.8209.97.camel@glimmer:
> 0.5.2 brings this problem back, and the patch to fix it from 02-Mar-04
> no longer applies. I had to roll back to 0.5.1 and apply that fix to
> use select without the AppServer punting.
>
> Am I the only one using select(), or does my use somehow trigger this
> problem?
I'm having the same problem. You can read the thread entitled
"Concurrency issues..." if you wanna see what I've been experiencing.
I think the reason other people don't complain about this is that they
don't hammer SQLObject as badly as we do. :)
The reason my code hammers SQLObject is because I use my database to
store image metadata to display a bunch of images on a webware page, and
every image on the page gets returned by a webware servlet, which will
result in like 10 servlets all getting called at once, each one does an
SQLObject query.
I temporarily fixed my problem by setting Webware to only use one thread,
but that's not "optimal". :)
|