main Python process and interconnection with ProcessPoolExecutor
up vote
1
down vote
favorite
What kind of structure that a main Python process gets results from ProcessPoolExecutor after, on exemple, map command has been invoked.
python concurrent.futures
add a comment |
up vote
1
down vote
favorite
What kind of structure that a main Python process gets results from ProcessPoolExecutor after, on exemple, map command has been invoked.
python concurrent.futures
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
What kind of structure that a main Python process gets results from ProcessPoolExecutor after, on exemple, map command has been invoked.
python concurrent.futures
What kind of structure that a main Python process gets results from ProcessPoolExecutor after, on exemple, map command has been invoked.
python concurrent.futures
python concurrent.futures
asked 2 days ago
polymetr
7615
7615
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
You can call on
executor.map
function for getting the results. Here's a really good example in python docs.
Sure, thanks. But what I meant. What structure, like queue or pipe, is being used to communicate between forked child processes and main process to get a result eventually.
– polymetr
yesterday
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
You can call on
executor.map
function for getting the results. Here's a really good example in python docs.
Sure, thanks. But what I meant. What structure, like queue or pipe, is being used to communicate between forked child processes and main process to get a result eventually.
– polymetr
yesterday
add a comment |
up vote
0
down vote
You can call on
executor.map
function for getting the results. Here's a really good example in python docs.
Sure, thanks. But what I meant. What structure, like queue or pipe, is being used to communicate between forked child processes and main process to get a result eventually.
– polymetr
yesterday
add a comment |
up vote
0
down vote
up vote
0
down vote
You can call on
executor.map
function for getting the results. Here's a really good example in python docs.
You can call on
executor.map
function for getting the results. Here's a really good example in python docs.
answered 2 days ago
PROW
1427
1427
Sure, thanks. But what I meant. What structure, like queue or pipe, is being used to communicate between forked child processes and main process to get a result eventually.
– polymetr
yesterday
add a comment |
Sure, thanks. But what I meant. What structure, like queue or pipe, is being used to communicate between forked child processes and main process to get a result eventually.
– polymetr
yesterday
Sure, thanks. But what I meant. What structure, like queue or pipe, is being used to communicate between forked child processes and main process to get a result eventually.
– polymetr
yesterday
Sure, thanks. But what I meant. What structure, like queue or pipe, is being used to communicate between forked child processes and main process to get a result eventually.
– polymetr
yesterday
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53343408%2fmain-python-process-and-interconnection-with-processpoolexecutor%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown