Skip to content

Commit 6103b69

Browse files
committed
Updated text in README.
1 parent 24a22d2 commit 6103b69

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -153,12 +153,12 @@ Send flags
153153
Blocking operations
154154
===================
155155

156-
Nginx is a non-blocking server. Using blocking operations, while serving a
157-
request, will significantly decrease its performance. The nginx-python-module
158-
provides substitutions for common blocking operations in Python, making those
159-
changes transparent for user. That means, you can use common blocking Python
160-
operations, while their implementations will rely on nginx non-blocking core.
161-
The list of classes and functions, unblocked by the module:
156+
Nginx is a non-blocking server. Using blocking operations while serving client
157+
requests, will significantly decrease its performance. The nginx-python-module
158+
provides unblocked substitutions for common blocking operations in Python, and
159+
makes these changes transparent for user. This means, you can use common
160+
blocking Python operations, while their implementations will rely on nginx
161+
non-blocking core. The list of classes and functions unblocked by the module:
162162

163163
- ``socket.socket`` class. Unconnected (UDP) sockets, as well as Python SSL
164164
socket wrappers are not supported.

0 commit comments

Comments
 (0)