karplus / PteroDAQ

Other
3 stars 2 forks source link

Use multiprocessing instead of threading? #22

Open karplus opened 9 years ago

karplus commented 9 years ago

Original report by kevin_karplus (Bitbucket: kevin_karplus, ).


Should we switch to using multiprocessing instead of threading to get more CPU? or would the overhead of inter-process communication swamp out the gains from having more CPU?

Should we use queues to talk between comm and core or shared memory?

It looks like shared memory is a good approach for communication between gui and core.