Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5c48e91

Browse files
[po] auto sync
1 parent b948e4f commit 5c48e91

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

library/socketserver.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,9 @@ msgid ""
228228
" will probably have to use locks to protect the integrity of the shared "
229229
"data."
230230
msgstr ""
231+
"当然,你仍然需要动点脑筋! "
232+
"举例来说,如果服务包含可能被不同请求所修改的内存状态则使用分叉服务器是没有意义的,因为在子进程中的修改将永远不会触及保存在父进程中的初始状态并传递到各个子进程。"
233+
" 在这种情况下,你可以使用线程服务器,但你可能必须使用锁来保护共享数据的一致性。"
231234

232235
#: ../../library/socketserver.rst:161
233236
msgid ""

0 commit comments

Comments
 (0)