[Catalyst] Apache <-> DB-Problem

Perrin Harkins perrin at elem.com
Sun Nov 6 16:07:57 CET 2005


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.

- Perrin



More information about the Catalyst mailing list