- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
threaded actors
Thu, 2009-03-19, 04:26
Hello,
after reading the tutorial on Actors, my understanding is that if I want strictly threaded actors, I should only use the receive method (and not the react one). Is this correct ? And if I want to use strictly threaded actors, are there more efficient/cheaper constructs I should use ?
Thanks,
Manohar
after reading the tutorial on Actors, my understanding is that if I want strictly threaded actors, I should only use the receive method (and not the react one). Is this correct ? And if I want to use strictly threaded actors, are there more efficient/cheaper constructs I should use ?
Thanks,
Manohar