Dan Kennedy writes ("Re: [sqlite] File locking to harsh?"):
> According to the linux man page, both EAGAIN and EACCES mean the lock
> could not be obtained due to locks held by other processes. It may mean
> other things too, but it's not clear from the man page how those cases
> can be distinguished from a conflict with another lock. Any suggestions?

I just looked this up in SuSv3 and you are right and I was wrong.
(I think it's insane to get EACCES in this case but it's in the spec
so there you go.)

So, sorry.

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

Reply via email to