[Python-Dev] import too slow on NFS based systems (original) (raw)
Daniel Braniss danny at cs.huji.ac.il
Thu Jun 21 12:17:01 CEST 2012
- Previous message: [Python-Dev] Cannot find the main Python library during installing some app.
- Next message: [Python-Dev] import too slow on NFS based systems
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, when lib/python/site-packages/ is accessed via NFS, open/stat/access is very expensive/slow.
A simple solution is to use an in memory directory search/hash, so I was wondering if this has been concidered in the past, if not, and I come with a working solution for Unix (at least Linux/Freebsd) will it be concidered.
thanks, danny
- Previous message: [Python-Dev] Cannot find the main Python library during installing some app.
- Next message: [Python-Dev] import too slow on NFS based systems
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]