So the fundamental C API that unix_os.c is based on is the only
following but nothing else?

- fcntl: http://pubs.opengroup.org/onlinepubs/9699919799/functions/fcntl.html
- flock: https://www.freebsd.org/cgi/man.cgi?query=flock&sektion=2

On 7/3/19, Jens Alfke <j...@mooseyard.com> wrote:
>
>> On Jul 3, 2019, at 6:20 PM, Peng Yu <pengyu...@gmail.com> wrote:
>>
>> Something in a higher level language (e.g., Python) that is easy to
>> run maybe better. Or at least some stand-alone C code (compilable to
>> executables) that is solely for the purpose of demonstrating the
>> locking mechanism.
>
> After you figure it out, you should write that and contribute it to help
> others!
>
> —Jens
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
>


-- 
Regards,
Peng
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to