|
|
Stories recently tagged with 'threading'
|
|
submitted by
crpietschmann
2 months, 23 days ago
blogs.msdn.com — That part I knew… what we news to me is there is a better way to do volatile, and that is with an explicitly memory barrier before accessing the data member.. We have a an API for that: System.Threading.Thread.MemoryBarrier(). This is more efficient than using volatile because a volatile field requires all accesses to be barriers and this effects some performance optimizations. read more...
add a comment
|
category: CLR | Views: 11
|
|
tags:
lock, MemoryBarrier, CLR, threading | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
spavkov
5 months, 15 days ago
microsoft.com — Excellent MSDN Webcast on how to use Asynchronous Programming model in your ASP.NET 2.0 pages to avoid using up all your threads from threadpool for some lengthy operation (remote web service call, remote sql server query etc).. A must-watch! read more...
add a comment
|
category: ASP.NET | Views: 6
|
|
tags:
Performance, threading, Architecture, ASP.NET, IIS | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mrkurt
8 months, 10 days ago
tryingthisagain.com — Here’s a bit of code I extracted from my own special baby of an application. It allows me to lock on a specific "name", rather than having to use an object instance and the built in lock construct. read more...
add a comment
|
category: C# | Views: 1
|
|
tags:
Concurrency, Performance, C#, threading | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
simoneb
11 months, 2 days ago
blogs.msdn.com — Several ways of invoking delegates synchronously and asynchronously. From MSDN blogs, interesting. read more...
add a comment
|
category: CLR | Views: 4
|
|
tags:
threading, CLR | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
jconley
1 year ago
jdconley.com — Asyncify your code. Everybody's doing it. (Chicks|Dudes)'ll dig it. It'll make you cool. An opinion on .NET asynchronous patterns, a sample application exposing its own asynchronous API, and why you should be writing asynchronous code. read more...
add a comment
|
category: Patterns | Views: 0
|
|
tags:
threading, asynchronous, Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 3 months ago, submitted by
mikeon
1 year, 3 months ago
vaultofthoughts.net — What happens when you combine anonymous methods and threads - a things you need to be aware or you will encounter a strange behavior that will be hard to explain. read more...
add a comment
|
category: C# | Views: 0
|
|
tags:
threads, threading, Mikeon, AnonymousMethods | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 3 months ago, submitted by
mikeon
1 year, 3 months ago
vaultofthoughts.net — What happens when you combine anonymous methods and threads - a things you need to be aware or you will encounter a strange behavior that will be hard to explain. read more...
add a comment
|
category: C# | Views: 0
|
|
tags:
threading, threads, AnonymousMethods, Mikeon | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
clubber
1 year, 6 months ago
developerdotstar.com — I'm coding a multi-tier VB.NET winforms application, and decided to take advantage of the BackgroundWorker object from the System.ComponentModel namespace for any cases where code in one of my forms is calling down to methods in one of the application's DLLs. For those not familiar, the BackgroundWorker is a simplified wrapper for situations where you want to implement multi-threading for your GUI-centric application without messing around with the thread plumbing yourself. read more...
|
|
tags:
backgroundworker, threading | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 7 months ago, submitted by
j.monty
1 year, 7 months ago
choosing-a-blog-url-sucks.blogspot.com — This article demonstrates how a simple property on a Form can handle thread safe communication with Controls on a Form. read more...
add a comment
|
category: Patterns | Views: 1
|
|
tags:
pattern, threading, winforms | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|