No announcements
Found 1826199 threads
-
0 Votes
Impications of setting MaxDegreeOfParallelism for TPL Actions to an odd number?
However, you may choose to set it explicitly.Answered | 1 Replies | 44 Views | Created by Anonymous - Monday, February 23, 2015 10:17 AM | Last reply by Anonymous - Monday, February 23, 2015 10:19 PM -
0 Votes
Introduction to TPL Dataflow: Document
In chapter MaxNumberOfGroups I found the following statement: By default, the number of groups is DataflowBlockOptions.Unbounded (-1), but it may be ...Answered | 2 Replies | 8915 Views | Created by Marc A. Zhou - Thursday, September 8, 2011 5:25 AM | Last reply by Marc A. Zhou - Friday, September 9, 2011 4:34 AM -
0 Votes
Threading vs TPL
Did you mean you want to set the degree of concurrency?Answered | 5 Replies | 6203 Views | Created by Rajesh Khunt - Monday, July 2, 2012 12:36 PM | Last reply by Fa Wildchild - Thursday, July 19, 2012 10:24 AM -
0 Votes
.tpl files
Hi, ref your issue with .tpl files.Answered | 10 Replies | 9654 Views | Created by SBN-Support - Monday, October 13, 2008 3:04 PM | Last reply by Bill Pearson - Sunday, August 22, 2010 6:50 PM -
1 Votes
Using TPL for file download scheduler and processing each of those files asynchronously
One would be to use TPL Dataflow.Answered | 3 Replies | 4154 Views | Created by Rakesh Gopinath - Friday, December 7, 2012 4:17 AM | Last reply by Stephen Toub - MSFT - Tuesday, January 8, 2013 8:16 PM -
1 Votes
odd and even numbers counter
If a user enters "0001" your code will say that there is 1 odd and 0 even numbers, but if they enter "1000" it will say that there is 1 odd and 3 ...Answered | 4 Replies | 11589 Views | Created by msdhhhh - Monday, June 4, 2012 10:17 AM | Last reply by servy42 - Monday, June 4, 2012 1:54 PM -
0 Votes
TPL implementation
Just switching to TPL vs.Answered | 1 Replies | 5567 Views | Created by Shilpa Shetty - Tuesday, June 15, 2010 10:39 AM | Last reply by Reed Copsey, Jr - Tuesday, June 15, 2010 6:01 PM -
8 Votes
Sum of even and odd numbers - urgently!
We know that even or odd numbers are every second number, so what we want is the loop to go up in steps of 2, we can do this, again with the debugging to ...Answered | 12 Replies | 6858 Views | Created by LovelyBone - Friday, June 1, 2012 3:37 PM | Last reply by GoToLoop - Tuesday, June 5, 2012 7:52 PM -
0 Votes
C++/CLI TPL syntax error
C#, VB, C++/CLI), then TPL is a good option.Answered | 8 Replies | 7702 Views | Created by Wave Rider - Wednesday, March 14, 2012 10:46 PM | Last reply by Stephen Toub - MSFT - Monday, March 19, 2012 3:36 AM -
1 Votes
ThreadPool vs TPL | Parallel Programming
The reason why TPL is recommended over ThreadPool in .NET 4.0 is that TPL specifically uses the internal features provided in ThreadPool.Answered | 2 Replies | 6486 Views | Created by Rajesh Khunt - Tuesday, July 3, 2012 2:05 PM | Last reply by Mansoor Omrani - Wednesday, July 4, 2012 9:18 AM -
0 Votes
Using TPL DataFlow to execute an NFA state machine asynchronously
One would be to change extractTransitions to return not just the Transition but a pair of the Actor and the Transition, e.g. instead of: var extractTransitions = new ...Answered | 6 Replies | 3916 Views | Created by xmlguru - Thursday, November 15, 2012 10:34 AM | Last reply by Stephen Toub - MSFT - Tuesday, November 27, 2012 4:17 AM -
0 Votes
TPL - why separate thread pool?
The original reason was that the TPL needed different characteristics than the standard thread pool.Answered | 2 Replies | 7206 Views | Created by Joe Albahari - Monday, April 13, 2009 4:15 AM | Last reply by Joe Albahari - Tuesday, April 14, 2009 10:57 AM -
1 Votes
From CCR interleaving to TPL Dataflow
I would recommend starting fresh with your domain problem and see what TPL Dataflow can do to solve it.Answered | 6 Replies | 12787 Views | Created by SERware - Saturday, May 28, 2011 9:01 AM | Last reply by Zlatko Michailov - MSFT - Monday, June 6, 2011 10:06 PM -
0 Votes
Using TPL without 3.5??
Will TPL work in this case?Answered | 5 Replies | 6759 Views | Created by nickuwo - Wednesday, April 2, 2008 3:36 AM | Last reply by Miha Markic - Wednesday, May 27, 2009 7:45 AM -
0 Votes
TPL vs.
The following article makes it appear that using TPL can better manage multiple cores without a lot of work: Library with .NET ...Answered | 5 Replies | 3560 Views | Created by BillyM2010 - Friday, July 6, 2012 8:55 PM | Last reply by Reed Copsey, Jr - Saturday, July 7, 2012 2:06 AM -
0 Votes
TPL Drawbacks and Benefits
There are few drawbacks - the main drawbacks of using the TPL are the same as any concurrent programming drawbacks (added complexity, etc), though the drawbacks are actually minimized by the ...Answered | 1 Replies | 3664 Views | Created by Bill M. Geronatsios - Monday, August 13, 2012 8:10 PM | Last reply by Reed Copsey, Jr - Monday, August 13, 2012 8:55 PM -
0 Votes
question about the partition in the TPL
hi, i`ve read this post and i was confused about the partition in the TPL. the articel reminds that " Parallel.ForEach needs to lock around access to the ...Answered | 2 Replies | 3207 Views | Created by enmo_ai - Wednesday, November 14, 2012 5:32 AM | Last reply by enmo_ai - Thursday, November 15, 2012 3:16 AM -
0 Votes
Performance of TPL and explanation?
To sum up, its very unlikely that you will create a mechanism with lower overhead than TPL, and its tight integration into the language makes it easy to use.Answered | 5 Replies | 5780 Views | Created by RoHa2010 - Wednesday, June 9, 2010 7:38 AM | Last reply by Stephen Toub - MSFT - Monday, June 14, 2010 3:45 PM -
0 Votes
PLINQ/TPL source
By best practices, I was referring to, if one wanted to write extension methods/operators on ParallelQuery<T>, looking at how some of the PLINQ operators are implemented would ...Answered | 2 Replies | 6149 Views | Created by Abhijeet P - Sunday, June 14, 2009 9:02 PM | Last reply by Abhijeet P - Tuesday, June 16, 2009 6:44 AM -
1 Votes
TPL with .NET 3.5
Hi Gentlehag- If you download Reactive Extensions for .NET 3.5SP1 from http://msdn.microsoft.com/en-us/devlabs/ee794896.aspx, you'll find a System.Threading.dll ...Answered | 1 Replies | 11156 Views | Created by Gentlehag - Wednesday, April 28, 2010 9:02 AM | Last reply by Stephen Toub - MSFT - Wednesday, April 28, 2010 12:45 PM - Items 1 to 20 of 1826199 Next ›
No announcements