async call NOT with thread pool (that's what i need..:) )

  • Thread starter Thread starter Daylor
  • Start date Start date
D

Daylor

hi.
i have application with 2 appdomain , and 2 threads (win32 threads(not
logical threads)).
i want to call the "remote" object on the second appdomain in async way,
so the method will execute on the second thread.

the problem i have now, is when im calling to the 'remote' object with
delegate,
it use thread from thread pool.

how can i use the second thread (that the second appdomain run in) ,to
execute the method ? (instead of the thread from thread pool ).

(maybe there is a way to disable the thread pool ? )

have a nice day.
 
Back
Top