Re: [akka-user] Confusion about [default dispatcher]

2014-02-24 Thread Akka Team
Hi zicun, On Sat, Feb 22, 2014 at 2:24 AM, zicun congzi...@gmail.com wrote: Hi Patrik, Thank you very much for your help. I am not sure if my understanding is right. Dispatcher would firt get an Actor and the message from mailbox and then it would get a thread from the pool to perform

Re: [akka-user] Confusion about [default dispatcher]

2014-02-21 Thread zicun
Hi Patrik, Thank you very much for your help. I am not sure if my understanding is right. Dispatcher would firt get an Actor and the message from mailbox and then it would get a thread from the pool to perform the Actor's task. Is my understanding correct? 在

Re: [akka-user] Confusion about [default dispatcher]

2014-02-19 Thread Patrik Nordwall
What you see is expected. default-dispatcher is like a thread pool, and what you see the threads of that pool. /Patrik On Wed, Feb 19, 2014 at 5:21 AM, zicun congzi...@gmail.com wrote: Hi All, I've search sites a bit for help sloveing my confusion, but haven't found anything very clear. So

[akka-user] Confusion about [default dispatcher]

2014-02-18 Thread zicun
Hi All, I've search sites a bit for help sloveing my confusion, but haven't found anything very clear. So I tought I'd post my problems and see if anyone could shed some light. I hava a question about the number of default-dispatcher created by the actor system. I have read that