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
Copy file name to clipboardExpand all lines: CoreFeatures.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ With this feature one java main thread can handle thousands of connections.
16
16
1. More easier to archive Sub/Pub services with broadcast events API
17
17
1. Run initialization clojure code when nginx worker starting
18
18
1. Support user defined http request method
19
-
1. Compatible with the Nginx lastest stable version 1.6.0. (Nginx 1.4.x is also ok, older version is not tested and maybe works.)
19
+
1. Compatible with the Nginx lastest stable version 1.6.x. (Nginx 1.4.x is also ok, older version is not tested and maybe works.)
20
20
1. One of benifits of [Nginx](http://nginx.org/) is worker processes are automatically restarted by a master process if they crash
21
21
1. Utilizes lazy headers and direct memory operation between [Nginx](http://nginx.org/) and JVM to fast handle dynamic contents from Clojure or Java code.
22
22
1. Utilizes [Nginx](http://nginx.org/) zero copy file sending mechanism to fast handle static contents controlled by Clojure or Java code.
0 commit comments