You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clojure http-kit version is not using all CPU power on ubuntu 14.04 LTS (i don't think the problem is on the OS but I mentioned it anyway).
In my quad-core it reaches an average of ~70% virtual core (8 virtual cores) usage.
Other versions use almost all CPU power. Node.js uses nearly 100% in all virtual cores, and other versions like play and spray use ~97% in all virtual cores.
I think there may be a problem on clojure http-kit version of the test.
The text was updated successfully, but these errors were encountered:
This might be because of the 'thread' parameter of http-kit server. This indicates the number of "threads to compute response from request", http-kit defaults to 4 when the parameter is not set.
Clojure http-kit version is not using all CPU power on ubuntu 14.04 LTS (i don't think the problem is on the OS but I mentioned it anyway).
In my quad-core it reaches an average of ~70% virtual core (8 virtual cores) usage.
Other versions use almost all CPU power. Node.js uses nearly 100% in all virtual cores, and other versions like play and spray use ~97% in all virtual cores.
I think there may be a problem on clojure http-kit version of the test.
The text was updated successfully, but these errors were encountered: