At 8:20 PM -0400 5/9/07, Marv Frandsen wrote: >Is there any way to get RB to multithread to parallel process on >multiple processors in a computer?
There's no way to do that in a single RB unless you resort to very careful use of a third party plugin that provides preemptive threads. And the situations where you can safely do this in RB are limited. The other approach is to split one or more parts of your app off into console apps and use some sort of interprocess communication. This way each of those smaller apps can run on independent processors. Hope this helps, Joe Huber _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
