views:

34

answers:

0

I've got a python script that runs just fine on my local machine, but as soon as I put it on our server, it dies horribly. It takes nearly two minutes to run, and utilizes 100% cpu while it's doing it.

I've narrowed it down to the paramiko library (it doesn't do it when I comment that out), but now I'm stumped. How is my server configuration going to make this fairly straightforward library eat all the CPU when on the server, and have no load at all on my dev machine?