Console Writes from Multiple Threads

  • Thread starter Thread starter Michael D. Ober
  • Start date Start date
M

Michael D. Ober

In a VB 2005 Console Application, can multiple threads write to the console
without causing problems? I know this is a quick way to destabilize a
Windows Forms application.

Mike Ober.
 
In a VB 2005 Console Application, can multiple threads write to the console
without causing problems?

Yes they can. Of course if you want the output to appear in a
predictable way you'll still need to synchronize the writes.


Mattias
 
Thanks - syncing the writes isn't a problem with synclock.

Mike.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top