On Mon, Apr 22, 2013 at 11:23 AM, P. Douglas Reeder <[email protected]>wrote:
> Note that the SQLite files should not be stored on a network file system. > (Apparently fcntl() locking is broken in many NFS implementations). > I actually had reasonably good experience of doing this with NetApp's NFS implementation, but it's always going to be a flaky proposition, and in the end we re-wrote that part to use a proper database. > Also, one process writing will lock out any other process reading. > Apparently this is being fixed in SQLite4. -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" 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/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
