classification
Title: Add pythonX.dll to KnownDlls
Type: feature request Stage:
Components: Installation Versions:
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: loewis, tebeka (2)
Priority: normal Keywords

Created on 2004-10-17 14:29 by tebeka, last changed 2004-10-19 19:35 by loewis.

Messages (2)
msg22715 - (view) Author: Miki Tebeka (tebeka) Date: 2004-10-17 14:29
For Windows systems, when installing pythonX.dll to
system32 it should be added to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session
Manager\KnownDLLs

This will speed up the initial loading of python.
Many applications the runs a  lot of python processes
(such as cgi ...) will run much faster.

See http://support.microsoft.com/kb/q164501/ for more
details.
msg22716 - (view) Author: Martin v. Löwis (loewis) Date: 2004-10-19 19:35
Logged In: YES 
user_id=21627

This change is not desirable. It will cause
\windows\system32.dll\python24.dll to be used even if the
application comes with its own, potentially modified version
of python24.dll.
History
Date User Action Args
2004-10-17 14:29:04tebekacreate