You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Worker allows larger dynamic queues and improved graceful shutdown than Actor. But it needs another goroutine. So in larger cell models the number of infrastructure goroutines would double. So effect on memory and performance regarding ops/sec has to be compared.
Alternatively a Cell could work with native language syntax and use individual goroutines to connect to it's subscribes. Those could use the same mechanism as the simple worker queue.
The text was updated successfully, but these errors were encountered:
Worker
allows larger dynamic queues and improved graceful shutdown thanActor
. But it needs another goroutine. So in larger cell models the number of infrastructure goroutines would double. So effect on memory and performance regarding ops/sec has to be compared.Alternatively a
Cell
could work with native language syntax and use individual goroutines to connect to it's subscribes. Those could use the same mechanism as the simple worker queue.The text was updated successfully, but these errors were encountered: