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

Skip to content

Commit 897da40

Browse files
[po] auto sync
1 parent 324fa6d commit 897da40

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
@@ -225,6 +225,9 @@ msgid ""
225225
" will probably have to use locks to protect the integrity of the shared "
226226
"data."
227227
msgstr ""
228+
"当然,你仍然需要动点脑筋! "
229+
"举例来说,如果服务包含可能被不同请求所修改的内存状态则使用分叉服务器是没有意义的,因为在子进程中的修改将永远不会触及保存在父进程中的初始状态并传递到各个子进程。"
230+
" 在这种情况下,你可以使用线程服务器,但你可能必须使用锁来保护共享数据的一致性。"
228231

229232
#: ../../library/socketserver.rst:161
230233
msgid ""

0 commit comments

Comments
 (0)