Tag Archives: concurrency

The Actor Model

When you have to do things concurrently in an application, the first thing that comes to mind is usually: “I’ll use a thread!”. Usually, if you’re lucky enough, this is followed by: “But threads are a pain…”. I recently studied … Continue reading

Tagged , , | 1 Comment