|
|
|
|
|
by leshow
2956 days ago
|
|
They have a single process which manages IO, you communicate w/ it by passing messages. There is never any contention because it's never shared. Of course, there are trade-offs involved with this decision, but it's a really nice architecture. |
|