Timeline for Multiprocessing share array
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 28, 2017 at 10:53 | vote | accept | Community Bot | ||
| Apr 27, 2017 at 16:26 | answer | added | J'e | timeline score: 1 | |
| Apr 27, 2017 at 16:00 | answer | added | RicLeal | timeline score: 0 | |
| Apr 27, 2017 at 15:44 | comment | added | RicLeal |
What about shared arrays: shared_array_base = multiprocessing.Array(ctypes.c_double, 10) shared_array = np.ctypeslib.as_array(shared_array_base.get_obj())
|
|
| Apr 27, 2017 at 15:42 | comment | added | matino |
What about the Queue? Check out this example: docs.python.org/2/library/…
|
|
| Apr 27, 2017 at 15:23 | history | asked | user4015351 | CC BY-SA 3.0 |