Re: How to improve distributed app in Scala?
Rex Kerr <[email protected]>
| Newsgroups | gmane.comp.lang.scala |
|---|---|
| Message-ID | <CAP_xLa2ie07peDvrwFC5FG954QJfjrbwsN1mA8oHNdEg1-p+6g@mail.gmail.com> |
This is a topic for a several-day conference, or a topic to cover with a handful of books or dozens of papers. I'm not sure it's possible to say anything of use on such a broad topic on a mailing list, save: "When your program is distributed, communication between the parts takes time, so don't forget to pay attention to that when picking what to optimize." (You always try to optimize the things that take the most time when you're improving performance, right?) Well, that and, "If you're not prepared to really dig into this (as the topic is both deep and none-too-easy), use a framework like Spark that hides as many of the details from you as possible." --Rex On Fri, Jul 24, 2015 at 7:35 AM, Sebastian M Cheung < [email protected]> wrote: > What are best practices in improving distributed Scala app performances? > > > -- > You received this message because you are subscribed to the Google Groups > "scala-language" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "scala-language" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.