python - Real world example of using os.plock? -
are there real world usages using os.plock
python application?
i can't imagine used, not talking real world use cases...
the thing use process or memory locking avoid os swapping disk. in case of memlock data used cryptographic purposes shouldn't written (even temporarily) form of more permanent storage. in case of large process, include processes stack, or other "segments" should remain in memory.
Comments
Post a Comment