Linux/NT python startup speed

gangli at msn.com gangli at msn.com
Thu Jun 22 14:16:29 EDT 2000


Is your python installed on network drive?
NT can be very slow to load file from network.
Also try put python15.dll in the same directory as python.exe's.
If the python15.dll is not in the same directory as the python.exe's,
NT has to search it by following the path setup by path evn.
If your path setup has the network path in front, NT will search network
directory first. If the python15.dll is in C:\winnt\system32 and your
path set it in the first place to search, the search still take time
given that system32 usually has over 1000 files in it.

In article <slrn8l4cmn.e2m.r2d2 at mao.acc.umu.se>,
  r2d2 at mao.acc.umu.se (Niklas Frykholm) wrote:
> >Try my version of python15.dll at http://www.concentric.net/~jjlucsy/
>
> Sorry, I still get the same slow startups.
>
> // Niklas
>


Sent via Deja.com http://www.deja.com/
Before you buy.



More information about the Python-list mailing list