[Python-Dev] Python startup time (original) (raw)
INADA Naoki songofacandy at gmail.com
Mon May 14 13:34:11 EDT 2018
- Previous message (by thread): [Python-Dev] Python startup time
- Next message (by thread): [Python-Dev] Python startup time
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
2018年5月15日(火) 2:17 Antoine Pitrou <antoine at python.org>:
Le 14/05/2018 à 19:12, INADA Naoki a écrit : > I'm sorry, the word will may be stronger than I thought. > > I meant if memory image dumped on disk is used casually, > it may make easier to make security hole. > > For example, if
hg
memory image is reused, and it can be leaked in some > way, > hg serve will be hashdos weak. This discussion subthread is not about having a memory image dumped on disk, but a daemon utility that preloads a new Python process when you first start up your CLI application. Each time a new process is preloaded, it will by construction use a new hash seed.
My reply was to:
capture the entire runtime image as a single binary blob. could that blob be simply loaded into memory and run?
So I thought about reusing memory image undeterministic times.
Of course, prefork is much safer because hash initial vector is only in process ram.
Regards, -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20180515/5d4d31c0/attachment.html>
- Previous message (by thread): [Python-Dev] Python startup time
- Next message (by thread): [Python-Dev] Python startup time
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]