Python Forum
Slower script on faster machine?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Slower script on faster machine?
#5
Have you run "Task Manager" on both machines? Specifically the "Processes", "Details" and "Performance" tabs? Both with your script running and not running (under "Processes" and "Details" it will probably show up as "Python") .  The "Services" tab will show all services that are available and their status (i.e. Running, Stopped, Disabled). The "Startup" tab will show you all the programs that start when you turn on the computer and are running in the background.  From the last two, you can see there is a lot going on in the background. As micseydel pointed out, the hard drive and or ram could also be a problem. A badly fragmented drive or bad sectors will impede performance.  A bad ram set will also degrade service.   It is near impossible to diagnose without having either the script and computers available, but a little "detective" work on your part will at least get you started.
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply


Messages In This Thread
Slower script on faster machine? - by guest123 - Jan-04-2017, 07:49 PM
RE: Slower script on faster machine? - by micseydel - Jan-04-2017, 07:55 PM
RE: Slower script on faster machine? - by guest123 - Jan-04-2017, 08:03 PM
RE: Slower script on faster machine? - by micseydel - Jan-04-2017, 08:58 PM
RE: Slower script on faster machine? - by sparkz_alot - Jan-04-2017, 09:17 PM
RE: Slower script on faster machine? - by guest123 - Jan-04-2017, 09:31 PM
RE: Slower script on faster machine? - by micseydel - Jan-04-2017, 09:44 PM
RE: Slower script on faster machine? - by nilamo - Jan-04-2017, 10:42 PM
RE: Slower script on faster machine? - by wavic - Jan-05-2017, 12:17 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python Program running a lot slower after change to Ubuntu hubenhau 1 2,938 Mar-02-2021, 05:01 PM
Last Post: Serafim
  help need with running python script on remote windows machine onenessboy 2 11,204 Dec-14-2018, 03:02 PM
Last Post: onenessboy
  The number of object makes code slower? fig0 1 2,532 Jan-25-2018, 11:16 PM
Last Post: Gribouillis

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020