GridLINQ

With a number of LINQ extensions already in development (PLINQ from Microsoft being one of them), my suggestion is for GridLINQ.  GridLINQ would differ from PLINQ in that instead of only using a single computers CPU’s/Cores, GridLINQ would use Platform/DataSynapse/CCS to process the workload.

Update: Wayward has a good series on writing a IQueryable Provider. Check out Kevin’s VB Adventures as well. SyncLINQ uses extension methods as does PLinq (details here). SLinq is worth taking a look at since its in CodePlex and hence you can view the source code. This posting on OakLeaf Systems is also worth a read.

~ by mdavey on October 21, 2007.

3 Responses to “GridLINQ”

  1. Matt – looks like you got a nice spam blogger reading your blog.

  2. I wouldn’t expect the three vendors you mentioned to spend any time on this (at least in the next couple of years), but we actually are.

  3. [...] distrbuiti su più core ed addirittura per lavorare su grigle: i due progetti si chiamano PLinQ e GridLinq (decisamente originali i nomi). Vi lascio ai vari LinQ per scoprire i dettagli di queste [...]

Leave a Reply