Are there any API calls or switch settings in VB to enable 6.0 to run under dual processors in NT 4.0?
Printable View
Are there any API calls or switch settings in VB to enable 6.0 to run under dual processors in NT 4.0?
When using multiple processors, NT divides whatever threads are running among the available processors based on load, thread priority and so on. Since regular vb apps are single-thread processes, one app won't take advantage of both processors. (I think activex exes can be divided into threads, or so I've been told...)
John