Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
icebraining
on April 27, 2017
|
parent
|
context
|
favorite
| on:
Write Fast Apps Using Async Python 3.6 and Redis
Not really, you can use a multiprocessing.Manager to share a plain old dict or list across multiple worker processes:
https://docs.python.org/3/library/multiprocessing.html#shari...
cwilkes
on April 28, 2017
[–]
I think the OP was talking about different VMs behind a load balancer where there is no shared memory at all.
icebraining
on April 28, 2017
|
parent
[–]
Wasn't my impression (using worker processes in the same machine is common), but fair enough. On the other hand, message passing across machines is overrated. We run a SaaS service on 25 VMs with no communication between them for regular operation.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: