> You're right that it's not guaranteed to be safe, but I think it's the best
> you can do with sqlite3.  Using a mutex would help within the same process
> (and maybe between ruby processes), but I don't see a way to do that between
> say, ruby, php, and c processes.

Well, if that is the use case, I'd recommend against using sqlite in
the first place. For me it's strong point is having a simple no hassle
database system, usable within an application, but not something you
should use as a central datastore for multiple applications, services,
etc.

-- 
Regards,

Dirkjan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DataMapper" 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/datamapper?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to