Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!


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 > july 2005

NUMERICUPDOWN exception, please help!
Posted by expertware NO[at]SPAM libero.it at 7/29/2005 6:56:39 AM
In any program I write where the handler of the event ValueChanged of a NumericUpDown has some extensive processing. For instance: Private Sub NumericUpDown1_ValueChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NumericUpDown1.ValueChanged 'Some extensive p...more >>


Memory Usage
Posted by Ricky Chan at 7/28/2005 11:58:01 PM
I am developing the web application by using asp.net. The application run in production server (2 cpu , 2g physical ram, 2003 Server) -- enabled /3G mode. -- disable any recycle process setting in IIS6 Recently, the users can not log in to the system because outofmemoryexception flow ...more >>

Application Center Test - test gives better results with more brow
Posted by Gabe Hollombe at 7/27/2005 10:23:13 AM
Hi all, I'm hoping someone can help me out, as I'm a bit puzzled by some test results I'm seeing when using Application Center Test. For a particular test, if I run it with 50 simultaneous browser connections, the graph I get oscillates between up to around 400 requests per second, then ...more >>

Few C# Questions
Posted by Silent Ocean at 7/26/2005 11:04:30 PM
Hi All I have following questions regarding C# Assembly and Threading. Let me know the precise answer or lead me to the proper materials. 1. Is memory leakeage possible in .Net Manager Code ? 2. Is memory leakage possible in .Net Unmanaged Code ? 3. How can I find the what % of memory i...more >>

Form not being garbage collected
Posted by Joel Gordon at 7/26/2005 5:24:58 PM
Hi, I've been chasing down some memory leaks in a C# app we developed. I've tried memory profilers from Sci-tech and Red-Gate and both report that there are a number of instances of a form which are not being garbage collected. On closer inspection it seems that the chain of references to...more >>

Memory Issue?
Posted by Justin Lazanowski at 7/25/2005 4:44:49 PM
I seem to be having some problems with .NET running a garbage collection. I have setup an application that reads in records from a database into a dataset. The user needs to modify a group of rows in this dataset, a save routine is run when they are done with all of their modifications, and the...more >>

músicos y artistas, vuestra propia web automatizada a partir de 6 euros/mes
Posted by bookingArtist.com at 7/25/2005 10:18:30 AM
http://bookingartist.com, web para artistas y músicos. Web completa automatizada a partir de 6 euros/mes, para músicos, dj's, bandas y/o grupos de espectáculos. (Opcional)- Agenda de Contratación online de las actuaciones. Si ya tienes tu propia web es posible contratar exclusivamente el sis...more >>

GC/Multi-threaded apps/byte stream conversion?
Posted by Mark at 7/25/2005 9:16:04 AM
Hi... I've got a console app that fetches, reads, and processes text files and I've been trying to profile it to improve performance. Based on its configuration file, it supports multithreading with a ThreadPool. I've tried profiling with Compuware's Devpartner Studio, but I find the de...more >>



high scalability possible with heavy use of Session state ?
Posted by John A Grandy at 7/24/2005 8:07:56 PM
Has anyone been part of team that built a highly-scalable ASP.NET web-app that relied heavily on use of Session state ? By highly-scalable, I do not mean Amazon.com sized ... but, nonetheless, quite large. Just for example, a worldwide site to produce an insurance quote. I have heard fr...more >>

Software for performance counter viewing/monitoring
Posted by vpalmu at 7/23/2005 7:53:02 AM
Hi all ! Does anyone know a good software that can monitor all performance counters at once in one computer, including the counters that I have created for my own app....more >>

Help on File.Copy speed
Posted by adnan boz at 7/22/2005 12:00:00 AM
Hi All, Does somebody know why File.Copy function is 10 times slower than standard windows drag and drop copy between folders, when I copy files over the network? Actually, I need to copy files from one computer to another over a 1GBit ethernet network as fast as I can. Although windows copy ...more >>

Bitmaps vs threading
Posted by SharpCoderMP at 7/20/2005 7:34:56 PM
hi, i run into some strange behavior of GC when dealing with huge bitmaps. i'm writing simple control that loads lots of images and scales them down. as far as i was using single thread model everything worked fine - memory after disposing bitmaps was freed to OS immediately. then i wrote a...more >>

accessing complicated ArrayList members
Posted by SharpCoderMP at 7/20/2005 12:00:00 AM
hi, i'm using ArrayList very often - it's so easy to use and flexible. unfortuntely i run in some trouble with it. generaly speaking this collection is in fact read only when it comes down to storing something complicated - like object or structure. in general many people say that when you...more >>

Solution for running many threads
Posted by mircu at 7/19/2005 11:01:19 AM
Hello, What would be the best for implementing architecture that runs several, independent, scheduled or run by the user on demand task in the same time? Now in my program every task creates it's own thread and run in it and after it completes the thread is destroyed automatically by the fr...more >>

Laying out controls: suggestions for improving performance?
Posted by Frnak McKenney at 7/13/2005 4:26:24 AM
Part of my current project involves laying out an event calendar. At the customer's request, this takes the form of a scrolling panel with three columns: a month and day, and two descriptive columns which I've implemented as a Label and two LinkLabels. Since other parts of the application c...more >>

Performance monitoring indicates that GC is not running?
Posted by Wade at 7/11/2005 8:53:06 AM
Hi all, Let me first admit that, despite everything I've been reading on GC in .NET, I still don't get it. In fact, what I've learned is probably just enough to help confuse the entire issue for me ... Nevertheless, I've been monitoring performance on one of our LIVE servers the past co...more >>

don't know how to get started
Posted by AMercer at 7/8/2005 7:48:04 AM
I can't figure out how to do my kind of performance monitoring - the .NET online documentation leaves confused. I have a VB .NET multi-threaded gui application. Threads are used for internet retrievals and a some background calculations. I'm using FW 1.1. In a nutshell, what I want to kn...more >>

Sockets performance problem with multiple clients
Posted by David Doran at 7/8/2005 12:00:00 AM
Hello All, (Heeeelp!) I've decided this is a better place to post than the original location, and have some updates. Original: http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.dotnet.framework&mid=0b983465-5eee-46fe-b5ee-09486108233b&sloc=en-us...more >>

How to buy an effective dot net ASP.net web sever (IIS and MS Access)
Posted by Dan V. at 7/7/2005 11:35:40 AM
How to buy an effective dot net ASP.net web sever (IIS and MS Access) ? We will go with IIS 6 with the new web server if it is required. We currently use the latest dot net, asp.net and I think the original iis 5 on a pentium 1.2 GHZ and 1 MB RAM and Access 2002. Our Database queries are extre...more >>

Performance hit with Debug = True
Posted by Wade at 7/5/2005 3:57:00 PM
Hi all, (Sorry for the cross-post -- just noticed this group.) We have a debate going on here in the office. There's one group that would prefer to have our LIVE environment with debugging turned on, because it's convenient when there's an error, and another (myself included) that would pr...more >>

Performance reading/writing large text files with Streams in VB.NE
Posted by Brent Billups at 7/5/2005 11:39:04 AM
I am having a performance problem with code that I wrote in VB.NET involving large formatted text files. The files involve records of arbitrary length that I need to do moderately complex search and replace on. A given record involves multiple lines, and in some instances, the whole record c...more >>

Indexing and huge amounts of files
Posted by Erik at 7/4/2005 8:19:33 AM
An application we have generates huge amounts of files (think a couple of million). Because of performance and storage issues we don't store the data in a database, but in the filesystem, over a number of directories. We are running under WIN64 native, both under .Net and Win32/Win64 tested. ...more >>

Synchronized issue
Posted by jeff at 7/4/2005 7:21:03 AM
hi, all I have a problem about synchronized. I donot know how to do it in C#? I have a ArrayList Object. at one thread: I call a method to modify the ArrayList. and there is another thread call a method to get item from ArrayList Object. How to synchronize it? thanks the code: pu...more >>


DevelopmentNow Blog