Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > dotnet clr > march 2006 > threads for march 29 - 31, 2006

Filter by week: 1 2 3 4 5

Constant unification - what's the best approach?
Posted by Ole Nielsby at 3/31/2006 10:02:24 PM
I need a mechanism for unifying constant objects. Sort of like a generalization of String.Intern. The constants can be nested (think pure Lisp or immutable DOM). I need a kind of weak-reference dictionary, so that garbage constants will automatically be removed. At present, the best id...more >>

Is there an ordering of objects?
Posted by Ole Nielsby at 3/31/2006 8:25:11 PM
When gc-able objects are created, this happens at increasing (or decreasing) addresses. Is the ordering of these addresses guaranteed to stay the same? Or can an object be moved past another during compacting, as a result of pinning or gc optimization techniques? A scenario might look like:...more >>

"invalid handle", sockets, threads and garbage collector
Posted by Jan Waga at 3/31/2006 7:03:50 AM
Hello, I'm working on two bugs in my app. They seemed unrelated at first glance, but after some testing and searching the web for clues I am now sure they are somehow connected. The two pieces of code execute frequently, at regular intervals (this is a monitoring app) and sometimes - just s...more >>

as operator
Posted by Jiho Han at 3/30/2006 5:11:44 PM
I am not sure if this is the right group but I didn't see languages group. I have the following statement: if (e.SourceRow["COL1"] as string != e.TargetRow["COL2"] as string) { // do something } The COL1 and COL2 are both double type. e.SourceRow is System.Data.DataRow and the ind...more >>

Locating thread locking issues
Posted by Sam at 3/30/2006 12:38:16 PM
I have a multi threaded app that seems to have a thread locking issue. Are there any tutorials and tools that describe how to go about tracking this ? I looked at the CLR profiler but that seems to be focussed more on the heap and memory usage. Any pointers ? =sam...more >>

Confusing networking exception
Posted by Jeffery Jones at 3/30/2006 9:48:38 AM
Given - .NET 2.0, App 1 creates a TCP listening socket on 127.0.0.1 App 2 connects to the same socket on 127.0.0.1. All works fine until the app is installed on another machine without Visual Studio. Then the connecting client gets - ---- UnauthorizedAccessException --------- Mess...more >>



DevelopmentNow Blog