Registered User Joined: 10/7/2004 Posts: 41
|
Are you using VS 2010 for development, and can we utilize the support it provides for developing code to take advantage of multiple processors or multiple processor cores? It would seem to be a given if SF is being developed under VS 2010...
Not to mention that it would be a great and simple way of speeding up the processing of user-developed custom indicators and conditions in RealCode and, off-loading some of the processor loading on core SF operations and processes.
Paul
|
Administration
Joined: 9/18/2004 Posts: 3,522
|
StockFinder is multithreaded, and thereby uses multiple cores. Not all processes are split on to multiple threads though. For instance sorting and filtering uses one thread, but lets the other cores work on charting and other program activities. If you have two watchlists up, then multiple cores may be used to sort/filter.
Ken Gilb (Kuf) Chief Software Engineer - Worden Brothers Inc. Try/Catch - My RealCode Blog
|