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
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