How to lock a file
Up to table of contentsThis FAQ applies to: Any version.
How can I lock a file, so that other user can't modify it?
Use mmap
see documant at
http://docs.python.org/lib/module-mmap.html
How to lock a fileUp to table of contentsThis FAQ applies to: Any version. How can I lock a file, so that other user can't modify it?
Use mmap see documant at http://docs.python.org/lib/module-mmap.html |
This site conforms to the following standards: