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

Skip to content

Commit 1677816

Browse files
[po] auto sync
1 parent 3db4e4f commit 1677816

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

library/multiprocessing.shared_memory.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# Chi Xu <[email protected]>, 2020
8+
# zeroswan <[email protected]>, 2020
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2020-02-09 12:40+0000\n"
1516
"PO-Revision-Date: 2020-05-30 12:06+0000\n"
16-
"Last-Translator: Chi Xu <jackson1014qq@gmail.com>, 2020\n"
17+
"Last-Translator: zeroswan <weditor@163.com>, 2020\n"
1718
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -60,6 +61,8 @@ msgid ""
6061
" via disk or socket or other communications requiring the "
6162
"serialization/deserialization and copying of data."
6263
msgstr ""
64+
"本模块中,共享内存是指 \"System V 类型\" 的共享内存块(虽然可能和它实现方式不完全一致)而不是 "
65+
"“分布式共享内存”。这种类型的的共享内存允许不同进程读写一片公共(或者共享)的易失性存储区域。一般来说,进程被限制只能访问属于自己进程空间的内存,但是共享内存允许跨进成共享数据,从而避免通过进程间发送消息的形式传递数据。相比通过磁盘、套接字或者其他要求序列化、反序列化和复制数据的共享形式,直接通过内存共享数据拥有更出色性能。"
6366

6467
#: ../../library/multiprocessing.shared_memory.rst:41
6568
msgid ""

0 commit comments

Comments
 (0)