Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 324fa6d commit 897da40Copy full SHA for 897da40
1 file changed
library/socketserver.po
@@ -225,6 +225,9 @@ msgid ""
225
" will probably have to use locks to protect the integrity of the shared "
226
"data."
227
msgstr ""
228
+"当然,你仍然需要动点脑筋! "
229
+"举例来说,如果服务包含可能被不同请求所修改的内存状态则使用分叉服务器是没有意义的,因为在子进程中的修改将永远不会触及保存在父进程中的初始状态并传递到各个子进程。"
230
+" 在这种情况下,你可以使用线程服务器,但你可能必须使用锁来保护共享数据的一致性。"
231
232
#: ../../library/socketserver.rst:161
233
msgid ""
0 commit comments