WCF threading - non-responsive UI
Posted
by Sphynx
on Stack Overflow
See other posts from Stack Overflow
or by Sphynx
Published on 2010-06-01T11:53:28Z
Indexed on
2010/06/01
12:13 UTC
Read the original article
Hit count: 285
Hi everyone.
I'm trying to configure some WCF stuff. Currently, I have a server which allows remote users to download files, and client. In the server, I use a ServiceHost class. I assume it should be running on a separate thread, however, the server UI (WinForms) becomes locked when someone downloads a file. Is there a way to manage the WCF threading model?
Thank you!
© Stack Overflow or respective owner