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

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.
 

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

Top