Kaloian Doganov <[EMAIL PROTECTED]> writes:
>
> I need to do record (range) locking, not whole-file locking, and I
> hoped to do it with Guile.

If you don't mind breaking out a little C code it shouldn't be too hard.

(I can never remember which types of locks are voluntary or mandatory,
and which work over NFS or not, etc.  Myself I've only been using flock
on a lockfile to get whole-directory locking.)


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user

Reply via email to