Hacker News new | ask | show | jobs
by johngunderman 5837 days ago
Yes. The main issue with concurrency is preventing threads from stepping on each-other's resources. Also, getting threads in sync can sometimes be an issue.

EDIT: Whoops, beaten to the punch. Methinks refreshing the page before posting might be a good idea :)