On 1/10/06, Jeff Watkins <[EMAIL PROTECTED]> wrote:
>
> Is it possible that the reloader thread has been the cause of the Database
> Locked errors? If the reloader is causing two VisitFilter instances to be
> created and BOTH are trying to create the DB, that would certainly be a
> problem.
>
> Am I barking up the wrong tree here?

Hmm... the reloader is a separate *process*, but it does result in
turbogears being imported and startup.py getting loaded.
(startTurboGears should not run in the reloader process, just in the
child process).

I was also wondering about the thread that is doing the visit table
cleanup as holding up the DB.

Kevin

Reply via email to