Using thread in multi processor machine

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • fniles

    #1

    Using thread in multi processor machine

    If I use thread in my VB.NET application, will it work in a multi processor
    machine ? I mean, will it crash a multi processor machine ?
    Thanks.


  • Herfried K. Wagner [MVP]

    #2
    Re: Using thread in multi processor machine

    "fniles" <fniles@pfmail. com> schrieb:[color=blue]
    > If I use thread in my VB.NET application, will it work in a multi
    > processor machine ? I mean, will it crash a multi processor machine ?[/color]

    No, it will work seamlessly on multi-processor machines.

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://classicvb.org/petition/>

    Comment

    Working...