Viewing profile — maybenot
maybenot
HN member- Joined
- Fri, Apr 05, 2013, 5:19 PM UTC
- HN karma
- 10
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About maybenot
No profile information was provided.
Recent public activity
-
comment
Comment #5532021
AMQ is sensitive to proper memory configuration. Typically what will happen is the memory configuration in the activemq.xml doesn't line up with the JVM heap and this causes garbag…
-
comment
Comment #5531968
This is a test of the default configurations of various brokers, NOT the brokers themselves. Apart from declaring the testing queues in some brokers’ configuration and the persiste…
-
comment
Comment #5499718
The Play JSON controller is using Futures to do JSON serialization. https://github.com/TechEmpower/FrameworkBenchmarks/blob/mast... Compare this to the Java Servlet, which just ser…