Radoslav Petrov
Radoslav Petrov
@Xudong-Huang See https://github.com/TechEmpower/FrameworkBenchmarks/issues/3538 and https://github.com/TechEmpower/FrameworkBenchmarks/issues/4480. 10 Gbps network is basically the bottleneck currently.
> As for the simplest solution, I think it's definitely to decrease the number of available cores on the server, as docker supports it oob. But I haven't gathered numbers...
Also `ulib` is at 1,37M RPS for the case "1 object extracted from the cache" (Edit: currently 16 objects). Which also is very similar to the JSON serialisation test (256...
@bhauer > If possible, I'd like to find and use a tool that validates TLS configuration that we can use in our suite's validation of implementations. Perhaps curl or similar...
Another 2 minor points: 1. The client and the database machine at ServerCentral did not have `AES-NI` instructions support. This should be taken into account for the cipher choice(s) or...
@Drawaes > If this is likely to be a test that is looked at first I would recommend there is a test with zero connection reuse without TLS ( unless...
I'll approach the matter from another angle: JVM parameters are only one side of story. The used libraries (including template engines) and database drivers are also _very_ significant. Take for...
The JVM world is very "difficult" - a lot of choice but nothing you really need. Some points: - The current JVM/Spring implementation is not using `Hibernate/SpringJPA`. It is very...
@bhauer Yes, `Undertow` is a part of the `Wildfly`'s foundations. Some recent stack-traces for confirmation [here](https://stackoverflow.com/questions/56098442/how-to-handle-exception-when-serverwildfly-is-processing-response-and-that-mom) and [here](https://developer.jboss.org/thread/280693). Bugfixes are promised for `Undertow 2.x` branch. `Wildfly` and `undertow` test implementations...
Hi all. I want to bring attention to the following issues: 1. There is no response for quite long time on these two: https://github.com/TechEmpower/FrameworkBenchmarks/issues/4092#issuecomment-484549733 and https://github.com/TechEmpower/FrameworkBenchmarks/issues/4885#issuecomment-506957575 I'm not able to...