[ANN] Cognitect Labs' aws-api 0.8.292

2019-04-12 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.292 is now available! CHANGES - improved support for apigatewaymanagementapi :PostToConnection NOTE: this represents a breaking change for anybody using :PostToConnection. See https://github.com/cognitect-labs/aws-api/#posttoconnection for the correct way to

Re: Go block starvation issue

2019-04-12 Thread Ricardo Mayerhofer
Hi Chris, Thank you very much for the thoughtful answer! We've been profiling CPU usage, most time currently is used in hard to optimize operations such as into (which in turn calls reduce) e.g.:

Re: Go block starvation issue

2019-04-12 Thread Chris Nuernberger
Given the nature of the problem I would wonder why the cpu usage is high. restQL seems to be mostly a passthrough entity completely dependent upon IO so there may be something spinning or a pmap somewhere there should not be. - jstacktrace may offer insight here. If nothing is out of whack in

Go block starvation issue

2019-04-12 Thread Ricardo Mayerhofer
We're investigating a starvation issue in restQL ( https://github.com/B2W-BIT/restQL-http) under heavy load. We make heavy use of core.async, all I/O is non-blocking, we use Aleph as http server and client. The symptom is that it takes a long time for the first line of go routine to execute.

Re: Add support for seq on Java streams?

2019-04-12 Thread Alex Miller
We have been looking at how to provide default interop for some of the function APIs, and this seems equally interesting now. I don’t recall a ticket for this in particular so feel free to make one. Needs some assessment of course. -- You received this message because you are subscribed to the

Re: Add support for seq on Java streams?

2019-04-12 Thread Juraj Martinka
Since now the minimum required Java version is 8 (I believe) is there any plan to implement this in core? On Tuesday, 23 February 2016 18:06:48 UTC+1, Alex Miller wrote: > > It may, however keep in mind that Clojure supports Java 1.6+ and Stream > was added in 1.8. That's not an impossible