On Sun, Dec 13, 2009 at 11:02:18AM -0800, George Hartzell wrote:
> My computing environment at work is bringing a new cluster online, in
> addition to some local storage there will be shared access to SAN
> style storage using the Lustre filesystem.
> 
> My reading about Lustre tells me that it supports POSIX semantics,
> including flock and lockf (although they must be explicitly enabled).

Yes, Lustre provides POSIX semantics, including true POSIX data
synchronization semantics (i.e., no need to worry about NFS-like
close-to-open semantics).

> That suggests to me that sqlite databases can be safely read/written.
> Is that correct?

Yes.

> Does anyone have any direct experiences they can share with sqlite and
> Lustre?

I haven't tried it yet.

Nico
-- 
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to