Using thread in multi processor machine

  • Thread starter Thread starter fniles
  • Start date Start date
F

fniles

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.
 
fniles said:
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 ?

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