On Tue, Nov 23, 2010 at 4:42 AM, Mark Gabriel Paylaga
<mpaylaga(at)gmail(dot)com> wrote:
> When two requests are received at the same time, both of the requests will
> use the same db connection resulting in an error:
> Started transaction<READ COMMITTED> while transaction<READ COMMITTED> still
> active
>
>
You have multiple threads sharing the same connection? You can't do that.