New article on raising issues and pull requests for Spacemacs, from with Spacemacs. Includes a video walk through of creating a pull request for the Clojure layer. https://practicalli.github.io/blog/posts/raising-spacemacs-issues-and-pull-requests/
@jr0cket you guides on spacemaces are a huge help to a newbie like me. Thank you!
We used core.asyc to pump out millions of requests to the enterprise message bus we had to use, Tibco. core.async worked very well even though our uses of Tibco was a bit flawed. Martian looks an interesting abstraction, thanks.
Should be a lot more videos coming soon, now I have all the broadcasting and recording sorted out. I take requests for guides and videos (although can't promise a time frame).
I love to see an article like this for clojure:
https://pawelmhm.github.io/asyncio/python/aiohttp/2016/04/22/asyncio-aiohttp.html
I saw some of the API videos you had on your site but haven't watched them all yet
I believe that http-kit has been tested to support 600k request out of the box. I would like to do some load testing content, but it might be a while. Usually the constraints are I/O, like file system or number of database connections. Running on the Java Virtual Machine is very scalable. I was involved in building a Clojure system that did 30 million transactions a day and the CPU load was 0.03% across 3 servers.