Silverlight Threading and its usage
Posted
by Harryboy
on Stack Overflow
See other posts from Stack Overflow
or by Harryboy
Published on 2010-03-11T13:00:18Z
Indexed on
2010/03/12
20:57 UTC
Read the original article
Hit count: 677
Hello Experts,
Scenario : I am working on LOB application, as in silverlight every call to service is Async so automatically UI is not blocked when the request is processed at server side.
Silverlight also supports threading as per my understanding if you are developing LOB application threads are most useful when you need to do some IO operation but as i am not using OOB application it is not possible to access client resource and for all server request it is by default Async.
In above scenario is there any usage of Threading or can anyone provide some good example where by using threading we can improve performance.
I have tried to search a lot on this topic but everywhere i have identified some simple threading example from which it is very difficult to understand the real benefit.
Thanks for help
© Stack Overflow or respective owner