Good morning.
I have some scripts written in python, and i have noticed that the startup time of python is much longer that in linux.
In linux the script is started in some tenths of a second, while in freebsd the script takes 4/5 seconds to start.
I'm not talking about running times (freebsd is a little faster), but the time that is needed to "wake up" python.
The same thing happens in php scripts in apache.
The script itself is ran in a tenths or hundredths of a second, but the startup time is much longer (7 or 10 seconds)
I have some scripts written in python, and i have noticed that the startup time of python is much longer that in linux.
In linux the script is started in some tenths of a second, while in freebsd the script takes 4/5 seconds to start.
I'm not talking about running times (freebsd is a little faster), but the time that is needed to "wake up" python.
The same thing happens in php scripts in apache.
The script itself is ran in a tenths or hundredths of a second, but the startup time is much longer (7 or 10 seconds)