View Single Post
  #2  
Old 07-29-2011, 09:05 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
It is possible to get the multiprocessing module working with Vizard, but it does have a few limitations. You will not be able to use any Vizard modules within the spawned processes. The multiprocessing module is generally used when you want to perform pure Python computational processing in parallel.

Can you describe specifically what you are trying to accomplish? I might be able to suggest a better method if I know what you are trying to do.
Reply With Quote