Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
User Journal

Journal Tet's Journal: If I had a time machine... 3

I'd go back, find whoever invented multithreading, and blow their brains out before they had a chance to do so. Great when it works, a pain in the arse to debug when it doesn't :-(
This discussion has been archived. No new comments can be posted.

If I had a time machine...

Comments Filter:
  • Like anything - it just takes practice, Grasshopper.
    Are you developing on a Windows or Linux system? If windows, EnterCriticalSection () is your friend, especially when debugging potential resource conflicts...
    • by Tet ( 2721 ) *
      Linux, using python. OS level threads would be fine. I have plenty of tools to let me look at what's going on there. But trying to get at the innards of the python runtime to find out why a given thread isn't running when it should be? That's not proving easy...
  • Wait, there are times when it works? When did that happen?

"And remember: Evil will always prevail, because Good is dumb." -- Spaceballs

Working...