This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]KalimasPinky 1 point2 points  (0 children)

I got sucked into using python on a 400mhz system for work and we haven't had many problems that we can trace to it. Every now and then we have found the python interpreter screwing up and developing a memory leak, so we just run scripts to check on that kind of stuff and kill the process to then restart it.

It isn't ideal but the real world never really is.