File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -153,12 +153,12 @@ Send flags
153153Blocking 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.
You can’t perform that action at this time.
0 commit comments