Re: [sqlite] NFS--how to test?

2008-11-09 Thread Joshua Paine
On Sat, 2008-11-08 at 22:34 -0800, Peter A. Friend wrote: > Simultaneous access over NFS will *not* work...Access will have to > serialized somehow. Multiple readers should still work, right? Like many web apps, mine tend to be very read-heavy. But I think if we're talking about having to do so

Re: [sqlite] NFS--how to test?

2008-11-08 Thread Peter A. Friend
On Nov 8, 2008, at 11:06 AM, Joshua Paine wrote: > Joshua Paine wrote: >> Some web hosts, like DreamHost and Mosso, provide only NFS-based >> storage. I would very much like to know if it's possible to run >> SQLite >> safely on these (Mosso, actually), so I need some way of testing >> if the

Re: [sqlite] NFS--how to test?

2008-11-08 Thread Joshua Paine
Joshua Paine wrote: > Some web hosts, like DreamHost and Mosso, provide only NFS-based > storage. I would very much like to know if it's possible to run SQLite > safely on these (Mosso, actually), so I need some way of testing if the > NFS implementation is adequate. A quickie port of my app to My

[sqlite] NFS--how to test?

2008-11-06 Thread Joshua Paine
I've read that SQLite may not work properly on NFS when accessed by separate processes. Is "may not" the proper expression, or is it really "will not"? Some web hosts, like DreamHost and Mosso, provide only NFS-based storage. I would very much like to know if it's possible to run SQLite safely on