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

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

c# - ReportViewer control - axd url -

time series - R growth rate calculation week over week on daily timeseries data -