[Python-Dev] Python startup time (original) (raw)
M.-A. Lemburg mal at egenix.com
Mon May 14 15:41:53 EDT 2018
- Previous message (by thread): [Python-Dev] Python startup time
- Next message (by thread): [Python-Dev] Python startup time - daemon
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 14.05.2018 18:26, Chris Barker via Python-Dev wrote:
On Fri, May 11, 2018 at 11:05 AM, Ryan Gonzalez <rymg19 at gmail.com_ _<mailto:rymg19 at gmail.com>> wrote: https://refi64.com/uprocd/ very cool -- but *nix only, of course :-( But it seems that there is a demand for this sort of thing, and a few major projects are rolling their own. So maybe it makes sense to put something into the standard library that everyone could contribute to and use. With regard to forking -- is there another way? I don't have the expertise to have any idea if this is possible, but: start up python capture the entire runtime image as a single binary blob. could that blob be simply loaded into memory and run? (hmm -- probably not -- memory addresses would be hard-coded then, yes?) or is memory virtualized enough these days?
You might want to look into combining this with PyRun:
https://www.egenix.com/products/python/PyRun/
which takes care of mmap'ing the byte code of the stdlib into memory.
-- Marc-Andre Lemburg eGenix.com
Professional Python Services directly from the Experts
Python Projects, Coaching and Consulting ... http://www.egenix.com/ Python Database Interfaces ... http://products.egenix.com/ Plone/Zope Database Interfaces ... http://zope.egenix.com/
::: We implement business ideas - efficiently in both time and costs :::
eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg Registered at Amtsgericht Duesseldorf: HRB 46611 http://www.egenix.com/company/contact/ http://www.malemburg.com/
- Previous message (by thread): [Python-Dev] Python startup time
- Next message (by thread): [Python-Dev] Python startup time - daemon
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]