[akka-user] HTTP Server backlog stats

2015-02-23 Thread Randy Fox
I am using 1.0 M3 and have a basic httpServer setup using the ActorFlowMaterializer from the api docs. As part of monitoring and alerting i would like to track the count of queued http requests at any point in time, as well as time to service a request internally. I didn't see anything and was

Re: [akka-user] Dispatcher assignment issue for Http Server

2015-01-22 Thread Randy Fox
ing connections? I would > expect at least 99 of them to be idle at all times. If you want to perform > blocking operations in the flows that handle each of those connections then > I’d recommend to use a dedicated dispatcher for those. > > Regards, > > Roland > > 20 jan

Re: [akka-user] Re: Dispatcher assignment issue for Http Server

2015-01-20 Thread Randy Fox
Nope. Did I find a bug or am i doing something wrong? On Saturday, January 17, 2015 at 1:21:12 PM UTC-8, √ wrote: > > Alright. Did you manage to sort it out? > > -- > Cheers, > √ > On 16 Jan 2015 16:56, "Randy Fox" > > wrote: > >> I expected th

[akka-user] Re: Dispatcher assignment issue for Http Server

2015-01-16 Thread Randy Fox
UTC-8, Randy Fox wrote: > > I am trying to assign a dispatcher to be used for my http server (using > the new Akka HTTP Server) and can’t get it to honor my pool size settings. > Logs show it is using the dispatcher, but visualvm shows it is not using > the core pool size settin

[akka-user] Dispatcher assignment issue for Http Server

2015-01-15 Thread Randy Fox
= 2.0 core-pool-size-max = 100 } throughput = 5 } } [INFO] [2015-01-15 17:24:27,516] [DUDE-myhttpRequestHandler.dispatcher-79] HttpRequestHandler(akka://DUDE): Accepted new connection from /127.0.0.1:54046 What am I missing? Thanks, Randy Fox -- >>>