[Catalyst] Apache <-> DB-Problem
Florian Rossol
rossol at yola.in-berlin.de
Sun Nov 6 20:56:31 CET 2005
On Sun, Nov 06, 2005 at 10:07:57AM -0500, Perrin Harkins wrote:
> Matt S Trout wrote:
> >Try setting
> >
> >$Class::DBI::Weaken_Is_Available = 0;
>
> In addition, check the isolation level that you are running PostgreSQL
> at. If you have it set to "Serializable" and you have any period of
> time where yourun without issuing a commit, you will not see data
> updated in other processes.
>
> If neither of these is the problem, you most likely have a scoping bug
> in your code. People often create closures by accident and that can be
> one source of this kind of problem.
At the moment I can't reproduce the error anymore (without any
code-change). I have to wait for the error appears again.
Nevertheless: Thanks a lot!
Bye Florian
More information about the Catalyst
mailing list