Multithreading in Python and ZOAU with mvscmd.execute_authorized #18
-
I am having trouble with Here is the use-case: Admittedly, this use-case is weak because of the I can share a code sample that demonstrates this if necessary. I am using IBM Open Enterprise Python 3.9.2 and ZOAU 1.2.0. If this is a known limitation, I am happy to open an Issue here if that is helpful. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
Interesting question. My first thought is whether this blocking is happening because of something in Python or is in mvscmdauth. mvscmd and mvscmdauth both call BPX1ATM under the covers and it might do this blocking. |
Beta Was this translation helpful? Give feedback.
-
This does appear to be a bug in the ZOAU Python language pack @EnsonoStevenPerva - thanks for raising it! |
Beta Was this translation helpful? Give feedback.
-
Hi
I figured that might be the case.
Please keep us in the loop and we will also post when we are able to fix this.
|
Beta Was this translation helpful? Give feedback.
-
I have captured this into our backlog with JIRA NAZARE-8851. Thank you. |
Beta Was this translation helpful? Give feedback.
-
A relevant code sample showcasing Python multiprocessing and how you might be able to achieve this use case with ZOAU has now been supplied in the "/samples" directory of the latest ZOAU 1.2.4 release (PH52034/UI92506) |
Beta Was this translation helpful? Give feedback.
A relevant code sample showcasing Python multiprocessing and how you might be able to achieve this use case with ZOAU has now been supplied in the "/samples" directory of the latest ZOAU 1.2.4 release (PH52034/UI92506)