Jake Kagan
03/02/2023, 2:03 PMmem_io_manager
. For mem_io_manager
to work, all the ops within an execution need to share the same process, which requires using the in_process_executor
.
but what happens is i have parallel jobs which end up running in series. is there way to have the mem_io_manager work with multi process?Tobias Pankrath
03/02/2023, 2:40 PMJake Kagan
03/02/2023, 4:36 PMsandy
03/03/2023, 12:55 AMJake Kagan
03/03/2023, 12:33 PMsandy
03/03/2023, 10:58 PMalthough to be more specific, i would like the ability for ops to run concurrently when i use in-memory io managersthis is ultimately kind of a limitation of Python - it doesn't have great support for concurrency with shared memory
Jake Kagan
03/03/2023, 11:52 PMTobias Pankrath
03/06/2023, 7:36 AMsandy
03/06/2023, 5:14 PM