- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Actor mailbox..
Sun, 2009-06-14, 11:21
Hi
I cant see this mentioned anywhere, but are the mailboxes for actors limited by size? or possibly persisted somewhere once they get to a certain size?
It's just I'm working on some software where actors have made my life a LOT easier, but I'm constantly seeing queue sizes over 20k easily. Yes, I'm working on a design change that will hopefully reduce it a bit, but at the same time I'm wondering about any limitations regarding queue/mailboxes.
Thoughts anyone?
Cheers,
Ken
I cant see this mentioned anywhere, but are the mailboxes for actors limited by size? or possibly persisted somewhere once they get to a certain size?
It's just I'm working on some software where actors have made my life a LOT easier, but I'm constantly seeing queue sizes over 20k easily. Yes, I'm working on a design change that will hopefully reduce it a bit, but at the same time I'm wondering about any limitations regarding queue/mailboxes.
Thoughts anyone?
Cheers,
Ken