From: dinesh on 29 Jun 2010 08:08 hmm its fine Marc Gravell wrote: The simple answer is "no"; PLINQ is still at a relatively early stage,where-as 12-Nov-07 The simple answer is "no"; PLINQ is still at a relatively early stage, where-as LINQ generally (as expressed by .NET 3.5 and C# 3) is about to go RTM. How PLINQ is deployed remains to be seen, but I imagine it will be a farily smooth bolt-on. Marc Previous Posts In This Thread: On Monday, November 12, 2007 10:35 AM Max2006 wrote: PLinq Hi, According to the this article: http://www.eweek.com/article2/0,1895,2009167,00.asp There is an extension to Linq called PLinq. Is PLinq going to be part of C# 3.0? Thank you, Max On Monday, November 12, 2007 10:51 AM Marc Gravell wrote: The simple answer is "no"; PLINQ is still at a relatively early stage,where-as The simple answer is "no"; PLINQ is still at a relatively early stage, where-as LINQ generally (as expressed by .NET 3.5 and C# 3) is about to go RTM. How PLINQ is deployed remains to be seen, but I imagine it will be a farily smooth bolt-on. Marc On Monday, November 12, 2007 10:57 AM Jon Skeet [C# MVP] wrote: Re: PLinq On Nov 12, 3:35 pm, "Max2006" <alanal...(a)newsgroup.nospam> wrote: Parallel LINQ is part of Parallel FX, the next generation threading library that MS is working on. It *won't* be part of .NET 3.5, but a CTP will be available "real soon now". Joe Duffy is the main source of information on PFX (as well as being incredibly readable and knowledgeable): http://www.bluebytesoftware.com/blog/ Jon On Tuesday, November 13, 2007 4:42 AM Frans Bouma [C# MVP] wrote: Re: PLinq Max2006 wrote: No, though you can add some of it yourself: search on google on 'map/reduce' and implement their pattern again in C#, so you can split work across multiple threads (there are a couple of map/reduce .NET implementations as well). It's basicly map/reduce, as it tries to split queries into multiple working sets which can be executed in parallel. E.g. finding all objects with a given filter in a set is easy to paralellize. This is what map/reduce does. FB -- ------------------------------------------------------------------------ Lead developer of LLBLGen Pro, the productive O/R mapper for .NET LLBLGen Pro website: http://www.llblgen.com My .NET blog: http://weblogs.asp.net/fbouma Microsoft MVP (C#) ------------------------------------------------------------------------ Submitted via EggHeadCafe - Software Developer Portal of Choice Entity Framework 4.0 POCO-First development and POCO Template http://www.eggheadcafe.com/tutorials/aspnet/488279c4-214b-47ef-b152-955f3795ee13/entity-framework-40-pocofirst-development-and-poco-template.aspx
|
Pages: 1 Prev: Threading Next: After merging 2 ContextMenuStrip how to call Opening ? |