Isolated threads

  • Thread starter Thread starter Fredrik Melin
  • Start date Start date
F

Fredrik Melin

I have a batch server application (console app) that I tried make
multithreaded, problem is that I havent done anything to the underlying
components to make them threadsafe, so of course it crashed after a while.

My question is, is it possible to start two totally independent threads
under the same appdomain?

In other words, I want one exe that spawns off two diffrent threads which
are totally isolated from each other.

(My alternative is to start the console app twice with a parameter that
tells what path it should take, which will work, but give me headace in
other aspects)

Regards
Fredrik
 

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