Fork me on GitHub
#ring
<
2017-04-10
>
urbanslug20:04:16

Hello, under jetty docs (https://www.eclipse.org/jetty/documentation/current/high-load.html) it mentions that on a server we should pass it the -server option. Is this what leing ring server does? Because I can't see it mentioned here https://ring-clojure.github.io/ring/ring.adapter.jetty.html

urbanslug20:04:53

Seems like an obvious question but I have to ask

urbanslug20:04:27

Can't find the answer by quickly looking in the jetty-adapter code.

weavejester23:04:19

-server is just an option you can pass to the JVM. It used to be the case that you could run Java in -client or -server mode. I believe that at least for 64bit versions, those options no longer do anything.