Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
deckarep
on Sept 19, 2017
|
parent
|
context
|
favorite
| on:
Global Mutable State
Try dealing with global mutable state in a multi-threaded scenario. This is when the real fun begins...
MereInterest
on Sept 19, 2017
|
next
[–]
Absolutely. I once hunted down a segfault that happened because one thread was closing a GUI window while another thread was loading a deserialization library. Not fun at all.
jon_adler
on Sept 19, 2017
|
prev
|
next
[–]
We are investigating using Scala and Akka (using actors) for concurrent processing. No locks are needed...
kaeluka
on Sept 21, 2017
|
parent
|
next
[–]
Unless two actors share state, or use global mutable state.
brlewis
on Sept 21, 2017
|
prev
[–]
Doesn't even have to be global.
Join us for
AI Startup School
this June 16-17 in San Francisco!
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: