| Thread | Last Post | Replies |
|
| inserting rows into a DB | 13 Jul 2005 22:05 GMT | 6 |
I have heard that the most time consuming task into a DB is the when we use the Insert Statatement, Is that true? Ok I have an application that sends from 10 to 500 rows to the DB, those
|
| Performance reading/writing large text files with Streams in VB.NE | 13 Jul 2005 17:51 GMT | 6 |
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 ...
|
| GC Collection | 09 Jul 2005 06:10 GMT | 1 |
I am developing a Mission Critiacal Application in dotnet which runs in 24X7 hours, This application will receive request and send response, the request received is from wrapper object for unmanaged code and it send a response to same wrapper object.
|
| System.OutOfMemoryException for Huge StringBuilder | 09 Jul 2005 04:49 GMT | 5 |
Hi- an application is trying to construct a string builder out of the lines between separator lines in a huge file. All lines between two neighboring separator lines will belong to the same stringbuilder. however, sometimes it could be long. e.g., in one instance, the ...
|
| Custom performance counter instances are not visible in a Perfmon | 09 Jul 2005 04:38 GMT | 2 |
My application creates custom performance counter and it works fine. Now I am creating multiple instances of the same counter and increment value for each instance. This part work fine as well. But if I open Performance Monitor it does not show any instances of the counter and, ...
|
| Performance hit with Debug = True | 09 Jul 2005 04:20 GMT | 12 |
(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
|
| Directory Services failing | 05 Jul 2005 22:43 GMT | 1 |
I have a class that uses DirectoryServices to do searches to Active Directory. It is able to return properties and that sort of thing. It is used in a web application and every so often I am seeing it loose connection to AD and I can not get it back with out restarting the WWW ...
|
| Synchronized issue | 05 Jul 2005 02:03 GMT | 1 |
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
|