On Mar 3, 2008, at Mar 3:1:51 PM, Tzury Bar Yochay wrote:
> With SQLite you can perform read (select..) simultaneously but not
> write (update, insert, delete).
> Therefore, when I used SQLite for several internal webpy applications
> I wrote my own tiny Thread-Safe-SQLite-Writer for this reason.
>
did you post this code? What happens if you try to do a db write
from several web.py threads and you don't have a scheme like yours?
Does it corrupt the db? Give an error? Lock until each write is done?
Does the web.py database API solve these problems?
thanks,
Brian Blais
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---