Stoyan Damov wrote:
Can I force .NET Remoting to always use a specific thread on the server
end to execute requests?

No, but you can queue UI-related tasks to this thread (you will still have
to synchronize the access to the underlying queuing data structure), and it
can process them asynchronously.

Marshaling calls to the UI thread is of course the alternative option. I came across ISynchronizeInvoke interface - is that the tool of choice to implement cross-thread marshaling in .NET code?

Thanks,

Claus

===================================
This list is hosted by DevelopMentorŪ  http://www.develop.com
Some .NET courses you may be interested in:

NEW! Guerrilla ASP.NET, 17 May 2004, in Los Angeles
http://www.develop.com/courses/gaspdotnetls

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to