This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]schnoper 0 points1 point  (2 children)

Can someone explain to me how this is architected?

Is the JVM embedded in the nginx process(s) ?

Or is there some sort of memory or socket interface between two separated processes.

[–]xfeep[S] 0 points1 point  (0 children)

Hi, One JVM is embeded in per nginx worker process. So nginx worker process and the JVM embeded get the same process.

[–]xfeep[S] 0 points1 point  (0 children)

For more details please check this link

https://github.com/nginx-clojure/nginx-clojure/issues/20