Python Forum
Slower script on faster machine?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Slower script on faster machine?
#2
If in neither case 100% CPU is being used, then the CPU is not the "bottleneck" and the script is not "CPU-bound" so it must be something else.

That something else could be lots of things (most referred to as "IO-bound") like hard-disk, RAM or network usage. Those differences can be operating system-dependent, further complicating things. It can also be because other processes on the same machine; maybe the laptop didn't have other programs, but that beefy machine is being used more since it's beefy.

Is there any reason you can't talk to your developer?
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 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 3,001 Mar-02-2021, 05:01 PM
Last Post: Serafim
  help need with running python script on remote windows machine onenessboy 2 11,284 Dec-14-2018, 03:02 PM
Last Post: onenessboy
  The number of object makes code slower? fig0 1 2,563 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