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

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -