Results 1 to 2 of 2

Thread: Running VB6.0 in dual processors under NT4.0

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 1999
    Location
    Houston
    Posts
    48

    Lightbulb

    Are there any API calls or switch settings in VB to enable 6.0 to run under dual processors in NT 4.0?

  2. #2
    Guest
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width