PLINQ and TPL
.Net 4 includes PLINQ and TPL. Silverlight 4 should, too. I want to use these in my app and run it on both .Net 4 and Silverlight 4.
43 comments
-
Radudu
commented
I squeezed my head until I read it's not yet implemented.....
I want it.
-
Angel
commented
It's required!!!
-
Peter
commented
would be very helpful for handling the Async WCF calls in silverlight.
-
Rajesh
commented
need it as it will increases the performance silverlight application .
-
James Hardaker
commented
This would be very useful. Votes++.
-
aLEKSANDR
commented
i NEED IT!!
-
Paul Wade
commented
Make it so! :)
-
Chris Moore
commented
Can we please simply have a "client profile" that is applicable to both Silverlight and WPF apps? And assembly-level compatibility for framework components that define this profile? And no, don't dumb-down the profile but, rather, augument Silverlight to include those aspects it doesn't currently have. If those criteria were satisfied, a significant number of suggested features on this list would evaporate.
-
Chris Moore
commented
Can we please simply have a "client profile" that is applicable to both Silverlight and WPF apps? And assembly-level compatibility for framework components that define this profile? And no, don't dumb-down the profile but, rather, augument Silverlight to include those aspects it doesn't currently have. If those criteria were satisfied, a significant number of suggested features on this list would evaporate.
-
prabhakar
commented
PLINQ is a gr8 feature. It would be gr8 if it is added to SL 4.
-
dotnet4life
commented
Please add support for TPL & concurrent collections in the next version of Silverlight. It would make app code cleaner & easier to read and maintain.
-
Adron Hall commented
Very kewl idea... I dig it. Not a really big fan of the threading options in Silverlight right now to begin with. So it would be nice to have more...
...and that could lead to a host of other things.
-
Rockford Lhotka commented
Thanks for that link. I have a codebase that spans .NET and SL. Right now I have a bunch of #if statements to use the elegant .NET features on .NET, and clunky hand-crafted implementations on SL. That makes me sad, as I'm basically maintaining two implementations for everything thread-related. This is why I want SL to catch up to .NET in this important area.
-
herzmeister der welten
commented
Lazy<T> is available but will block if used on the UI thread. Thus it is usable only in dedicated model threads which are employed in advanced scenarios like the one described here: http://www.codeproject.com/KB/silverlight/Mtvt.aspx
-
Boris
commented
+1 This would be really cool.
-
Ming Man
commented
We want System.Threading.Task to be in Silverlight. It is reasonable for Silverlight to be able to do parallel programming easier.
-
Ayubu
commented
Very important
-
Suresh Thennarangam
commented
This would raise Silverlight to the level of a serious business grade software development platform.
-
Jose Luis Latorre commented
Silverlight was born as a multi-thread plug-in that takes advantage of its native multi-cpu/core support... so let it have it... it's its natural evolution. Doing else would be crazy and like putting a finger between a bycicle wheel (when it is on the run). it would hurt a lot and also stop the cycle (or not).
-
Bruce Leggett
commented
I agree. Silverlight should have EVERYTHING WPF has!