Neil Ludban <[EMAIL PROTECTED]> writes:

> I've gotten this exception a couple times now (maybe once a week)
> when testing my TG application with a couple concurrent users:
>
> SQLError: (OperationalError) database is locked
>       'INSERT INTO visit (created, expiry, visit_key)
>       VALUES (?, ?, ?)' ['2007-03-16 12:07:34.785497',
>               '2007-03-16 12:27:24.281952',
>               '47e94d702003f7b640c954d702b74113659c67cf']
>
> Full traceback is at the end of this message.

It is missing parts.  

Anyway, what database is it?  If it is sqlite I believe that it is due to its
nature of being a 'file'.  Does it happen with a database that is designed for
concurrent access? 


-- 
Jorge Godoy      <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to