Groups | Blog | Home


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 performance > october 2003 > threads for october 8 - 14, 2003

Filter by week: 1 2 3 4 5

Machine.Config - too big? Best Practices?
Posted by Andy at 10/14/2003 9:22:18 AM
Concerns: - Can the machine.config become too large? Clearly the larger the file to process to more time it will take to parse but at what point will that become an issue? - what is recommended for configuration information in a hosting environment? Can you supply existing docs that are supplie...more >>


null-ification
Posted by BAZRAMIT at 10/13/2003 1:05:11 PM
Hi, I wonder, would assigning nulls to objects attract the GC to collect these objects and free some memory. ...more >>

processor specific optimizations in .NET Framework
Posted by Joachim Kaufmann at 10/12/2003 2:27:07 AM
Hi all, is it possible to do processor specific optimizations when you're writing code for .NET Framework? Or do you have to rely entirely on the clr? Joachim ...more >>

Pre-JIT without NGen
Posted by wgant NO[at]SPAM transcender.com at 10/9/2003 11:12:23 AM
Ok, I got a small winforms app whose speed is absolutely horrible the first time certain operations occur. I'm having particular problems with owner drawn menus appearing promptly when they are first drawn (that is, the first time ANY of my owner-drawn menus are drawn). After the first time, ev...more >>

BeginInvoke for Raising events not async?
Posted by Rick Noltemy at 10/8/2003 11:06:51 PM
I have been testing a way to raiseevents to various listeners asynchronously. Now what I really want, is the app raising the event to continue processing, but also for the other listeners to receive the events async without one listener doing something stupid to block the call. I am wo...more >>

Timers skipped
Posted by Zeev Jabotinsky at 10/8/2003 4:53:35 PM
All 3 types of timers in managed code (Form, Threading and Server) give us the following problem: they should fire a message transmission on a serial line every 50 ms. They do it until one does something such as clicking on the task bar (even in an empty location) or clicking a form button. ...more >>

Thread Pooling
Posted by Bom at 10/8/2003 5:22:23 AM
Hi, I have a requirement where i am creating a Web based app in ASP.Net which retrieves the data from 50 different data sources.For this purpose i'av created a thread pool in which i am queing the request for data from different data sources.As of now i'av queued 50 request in the poo...more >>



DevelopmentNow Blog