Thread vs Asynch Remote call

T

Todd

I'm using .NET remoting with SAOs from my WinForms
client. For screen initialization and other processing,
should I use a separate thread to call my remote
operations, or should I call my remote objects
asynchronously?

By the way, my code has nothing to do while I'm waiting
for these calls. If I had a function to perform between
responses, then I believe the answer would be obvious to
make my Remote calls asynchronously.

Thanks for the help,
Todd
 
D

Derrick

Todd,

Please don't cross-post. This is the WindowsForms forum, and not the
correct forum for this type of question; you have posted this question in
the Remoting forum as well (the correct forum), and I am sure it will
generate responses there.

Derrick
 
T

Todd

Derrick,

I reposted this question to the Remoting forum a few days
after it was not answered in the Windows Forms forum.
Derrick, please give me your official waiting time before
I can repost a question after it has not been answered?

I posted the question first to Window Forms, because I
see my main issue as working with the user interface of
Windows Forms, not so much a Remoting issue. A web
service expert could answer the question just as easily.

Thanks,
Todd
 

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