akka time slice

45 views
Skip to first unread message

Suchak Jani

unread,
May 1, 2015, 5:42:37 AM5/1/15
to akka...@googlegroups.com
Hi 

How does Akka  guarantee time slice for mailboxes ?

I mean with respect to JVM garbage collection pauses, could that cause a mailbox to not get a time slice ?

Regards
Suchak

Akka Team

unread,
May 4, 2015, 6:02:59 AM5/4/15
to akka-dev
On Wed, Apr 29, 2015 at 11:35 AM, Suchak Jani <sucha...@gmail.com> wrote:
Hi 

How does Akka  guarantee time slice for mailboxes ?

It does not. We rely on the thread scheduling of the OS. There is no other way to do it on the JVM.
 

I mean with respect to JVM garbage collection pauses, could that cause a mailbox to not get a time slice ?

Yes, since the JVM may pause threads for certain GC tasks.

-Endre
 

Regards
Suchak

--
You received this message because you are subscribed to the Google Groups "Akka Developer List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to akka-dev+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Akka Team
Typesafe - Reactive apps on the JVM
Blog: letitcrash.com
Twitter: @akkateam

Suchak Jani

unread,
May 5, 2015, 11:08:46 AM5/5/15
to akka...@googlegroups.com
Endre
 
Thanks for the information.
 
regards
Suchak
Reply all
Reply to author
Forward
0 new messages