Hello, I'm implementing a text data analyzer that compares all the data against each other. This process benefits a lot from using multiprocessing. However, I'm having problems sharing the data between the processes and I think arrow will solve this easily. I was wondering if someone could point me in the right direction. How does one go sharing the location of the mapped data among the different processes spawned by the main process? Do I have to share the table pointer between the processes?
Any guidance would be much appreciated Fernando
