Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
ded01d1b
Kaydet (Commit)
ded01d1b
authored
Tem 14, 2008
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typo fixes
üst
bd704768
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
multiprocessing.rst
Doc/library/multiprocessing.rst
+4
-3
No files found.
Doc/library/multiprocessing.rst
Dosyayı görüntüle @
ded01d1b
...
@@ -170,7 +170,7 @@ However, if you really do need to use some shared data then
...
@@ -170,7 +170,7 @@ However, if you really do need to use some shared data then
**
Server
process
**
**
Server
process
**
A
manager
object
returned
by
:
func
:`
Manager
`
controls
a
server
process
which
A
manager
object
returned
by
:
func
:`
Manager
`
controls
a
server
process
which
holds
p
ython
objects
and
allows
other
processes
to
manipulate
them
using
holds
P
ython
objects
and
allows
other
processes
to
manipulate
them
using
proxies
.
proxies
.
A
manager
returned
by
:
func
:`
Manager
`
will
support
types
:
class
:`
list
`,
A
manager
returned
by
:
func
:`
Manager
`
will
support
types
:
class
:`
list
`,
...
@@ -453,7 +453,7 @@ Note that one can also create a shared queue by using a manager object -- see
...
@@ -453,7 +453,7 @@ Note that one can also create a shared queue by using a manager object -- see
This
means
that
if
you
try
joining
that
process
you
may
get
a
deadlock
unless
This
means
that
if
you
try
joining
that
process
you
may
get
a
deadlock
unless
you
are
sure
that
all
items
which
have
been
put
on
the
queue
have
been
you
are
sure
that
all
items
which
have
been
put
on
the
queue
have
been
consumed
.
Similarly
,
if
the
child
process
is
non
-
daemonic
then
the
parent
consumed
.
Similarly
,
if
the
child
process
is
non
-
daemonic
then
the
parent
process
may
hang
on
exit
when
it
tries
to
join
all
it
non
-
daemonic
children
.
process
may
hang
on
exit
when
it
tries
to
join
all
it
s
non
-
daemonic
children
.
Note
that
a
queue
created
using
a
manager
does
not
have
this
issue
.
See
Note
that
a
queue
created
using
a
manager
does
not
have
this
issue
.
See
:
ref
:`
multiprocessing
-
programming
`.
:
ref
:`
multiprocessing
-
programming
`.
...
@@ -534,7 +534,8 @@ For an example of the usage of queues for interprocess communication see
...
@@ -534,7 +534,8 @@ For an example of the usage of queues for interprocess communication see
Equivalent to ``get(False)``.
Equivalent to ``get(False)``.
:class:`multiprocessing.Queue` has a few additional methods not found in
:class:`multiprocessing.Queue` has a few additional methods not found in
:class:`Queue.Queue` which are usually unnecessary:
:class:`Queue.Queue`. These methods are usually unnecessary for most
code:
.. method:: close()
.. method:: close()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment