Re: [akka-user] HTTP server performance

2018-02-20 Thread Mike Nielsen
Did you try it on a new instance of the same size? At my work we occasionally see EC2 instances start getting really poor performance. When we replace them with a new instance (same instance type) performance comes back. On Mon, Feb 19, 2018 at 5:30 PM, Mirek Suk wrote:

Re: [akka-user] New Documentation

2017-05-28 Thread Mike Nielsen
//akka.io/docs/ would be the landing > page for all docs including such links. Not enough? > > /Patrik > sön 28 maj 2017 kl. 15:26 skrev Mike Nielsen <mnielsen...@gmail.com>: > >> Congratulations, team, on the new Akka documentation site. It looks good! >> >> By

[akka-user] Re: New Documentation

2017-05-28 Thread Mike Nielsen
I should have qualified my request -- I meant specifically from the Reference. It would be nice to have a link on the reference page to the API docs. Once you're into the "reference" you have to go back to the top-level documentation to find the link to the API docs. I know, I'm lazy... --

[akka-user] New Documentation

2017-05-28 Thread Mike Nielsen
Congratulations, team, on the new Akka documentation site. It looks good! By way of a minor enhancement, would it be possible to put a link to the API documentation in an easy-to-find place so that those of us with poor memories may find it more easily? Thanks! -- >> Read the

Re: [akka-user] Re: I'm a freshman to Akka, please recommend me some useful learning material... Thanks a lot.

2017-01-20 Thread Mike Nielsen
If I may be permitted to chime in here with my $0.02, some observations as an Akka bootstrapper: Everybody has their own learning style -- some people I know can read even a fairly dense API spec and start writing code. Personally, I need to get started on a problem-solving basis so in the early

Re: [akka-user] Line count of each file in a given directory efficiently using akka

2016-11-23 Thread Mike Nielsen
While I'm far from an expert, and have never deployed Akka in production (so take my advice with a grain of salt, and please don't hear this as any criticism of what you've done) I use routers for a few of reasons: 1. I can control the minimum and maximum numbers of them via configuration,

Re: [akka-user] Failing to see router configuration when using context.ActorOf(FromConfig.props(Props[LogWorker]),"logWorker")

2016-10-28 Thread Mike Nielsen
The double-star failed anyway. On Fri, Oct 28, 2016 at 11:50 AM, Patrik Nordwall wrote: > I'm not sure, but I think double-star is only supported at the end of the > config path > > fre 28 okt. 2016 kl. 13:41 skrev Akka Team : > >> Hi, >> >>

Re: [akka-user] Re: Trouble understanding Streams doc for Scala: new user question

2016-10-06 Thread Mike Nielsen
Thanks Tal. On Thu, Oct 6, 2016 at 2:50 AM, Tal Pressman wrote: > Hi, > > The type provided to Source.actorRef is the type of the messages emitted > from the Actor (WorkResult in your case). Success messages can be *sent > to the actor* in order to cause the stream to

Re: [akka-user] Re: Documentation questions: akka-http

2016-09-19 Thread Mike Nielsen
Thank you! I have opened a case with IntelliJ. On Thu, Sep 15, 2016 at 3:14 PM, Johan Andrén wrote: > Hi, > > The format: ON/OFF are directives to our code auto-formatter to not touch > the code inside of that, for example when we have carefully laid it out to > be a