Hi √, понедельник, 13 января 2014 г., 18:43:39 UTC+2 пользователь √ написал: > > Interesting! > > What unbounded mailbox impl did you use? >
akka.dispatch.UnboundedMailbox > > > On Mon, Jan 13, 2014 at 5:36 PM, Igor Konev <[email protected]<javascript:> > > wrote: > >> Hi Jonas, >> >> I used a modified version of the Akka throughput performance benchmark. >> It was necessary to configure each group of actors with different mailbox >> types. DisruptorMailbox is a bounded mailbox type and if every actor had >> used only it, this would have caused a deadlock. The destination actors >> were configured with DisruptorMailbox and client actors used the default >> configuration. >> >> I ran the benchmark on a Core i7-3770 @ 3.40 GHz and got the following >> results: >> >> >> <https://lh6.googleusercontent.com/-jaA3EitTe6M/UtQOwdUY7iI/AAAAAAAABZo/jECOhW50Q7c/s1600/20140113030042.png> >> >> вторник, 7 января 2014 г., 0:32:13 UTC+2 пользователь Jonas Bonér написал: >>> >>> Sounds interesting. In which scenarios/under which conditions does it >>> have better throughput? >>> >>> >>> On Wed, Jan 1, 2014 at 11:04 AM, Igor Konev <[email protected]> wrote: >>> >>>> If somebody is still interested, I've implemented a bounded mailbox >>>> using Disruptor and obtained a throughput gain of about 50% over the >>>> standard bounded mailbox. You can find the source code here >>>> https://github.com/yngui/akka-disruptor. >>>> >>>> -- >>>> >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>> >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>> >>>>>>>>>> Search the archives: https://groups.google.com/ >>>> group/akka-user >>>> --- >>>> You received this message because you are subscribed to the Google >>>> Groups "Akka User List" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> To post to this group, send email to [email protected]. >>>> >>>> Visit this group at http://groups.google.com/group/akka-user. >>>> For more options, visit https://groups.google.com/groups/opt_out. >>>> >>> >>> >>> >>> -- >>> >>> *Jonas Bonér*Phone: +46 733 777 123 >>> Home: jonasboner.com >>> Twitter: @jboner <https://twitter.com/jboner> >>> >> -- >> >>>>>>>>>> Read the docs: http://akka.io/docs/ >> >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user >> --- >> You received this message because you are subscribed to the Google Groups >> "Akka User List" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected]<javascript:> >> . >> Visit this group at http://groups.google.com/group/akka-user. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > > > -- > Cheers, > √ > > * Viktor Klang* > *Director of Engineering* > Typesafe <http://www.typesafe.com/> > > Twitter: @viktorklang > -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/groups/opt_out.
