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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -11,16 +11,16 @@ The latest release is v0.3.0, more detail changes about it can be found from [Re
11
11
1. Non-blocking coroutine based socket which is Compatible with Java Socket API and works well with largely existing java library such as apache http client, mysql jdbc drivers.
12
12
With this feature one java main thread can handle thousands of connections.
13
13
1. Handle multiple sockets parallel in sub coroutines, e.g. we can invoke two remote services at the same time.
14
-
1. Asynchronous callback API of socket/Channel(**_NEW_**) for some advanced usage
15
-
1.**_NEW_**: Long Polling & Server Sent Events
16
-
1.**_NEW_**: More easier to archive Sub/Pub services with broadcast events API
14
+
1. Asynchronous callback API of socket/Channel for some advanced usage
15
+
1. Long Polling & Server Sent Events
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
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.)
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.
23
-
1. Supports Linux x64, Linux x86 32bit, Win32, Win64(**_NEW_**) and Mac OS X.
23
+
1. Supports Linux x64, Linux x86 32bit, Win32, Win64 and Mac OS X.
24
24
25
25
By the way it is very fast, the benchmarks can be found [HERE](https://github.com/ptaoussanis/clojure-web-server-benchmarks) .
Copy file name to clipboardExpand all lines: CoreFeatures.md.html
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -14,18 +14,16 @@ <h1>
14
14
<li>Non-blocking coroutine based socket which is Compatible with Java Socket API and works well with largely existing java library such as apache http client, mysql jdbc drivers.
15
15
With this feature one java main thread can handle thousands of connections.</li>
16
16
<li>Handle multiple sockets parallel in sub coroutines, e.g. we can invoke two remote services at the same time.</li>
17
-
<li>Asynchronous callback API of socket/Channel(<strong><em>NEW</em></strong>) for some advanced usage</li>
18
-
<li>
19
-
<strong><em>NEW</em></strong>: Long Polling & Server Sent Events</li>
20
-
<li>
21
-
<strong><em>NEW</em></strong>: More easier to archive Sub/Pub services with broadcast events API</li>
17
+
<li>Asynchronous callback API of socket/Channel for some advanced usage</li>
18
+
<li>Long Polling & Server Sent Events</li>
19
+
<li>More easier to archive Sub/Pub services with broadcast events API</li>
22
20
<li>Run initialization clojure code when nginx worker starting</li>
23
21
<li>Support user defined http request method</li>
24
22
<li>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.)</li>
25
23
<li>One of benifits of <ahref="http://nginx.org/">Nginx</a> is worker processes are automatically restarted by a master process if they crash</li>
26
24
<li>Utilizes lazy headers and direct memory operation between <ahref="http://nginx.org/">Nginx</a> and JVM to fast handle dynamic contents from Clojure or Java code.</li>
27
25
<li>Utilizes <ahref="http://nginx.org/">Nginx</a> zero copy file sending mechanism to fast handle static contents controlled by Clojure or Java code.</li>
28
-
<li>Supports Linux x64, Linux x86 32bit, Win32, Win64(<strong><em>NEW</em></strong>) and Mac OS X. </li>
26
+
<li>Supports Linux x64, Linux x86 32bit, Win32, Win64 and Mac OS X. </li>
29
27
</ol>
30
28
31
29
<p>By the way it is very fast, the benchmarks can be found <ahref="https://github.com/ptaoussanis/clojure-web-server-benchmarks">HERE</a> .</p>
0 commit comments