| Thread | Last Post | Replies |
|
| CLR Profiler - "Histogram By age broken" | 18 Nov 2003 11:14 GMT | 2 |
I have vainly attempted to get the CLR Profiler to display its "Histogram by age" view. I get a System.FormatException - Input string was not in a correct format This happens with different log file captures, and happened both with the
|
| What's the right way to do this? (threading/AppDomains) | 15 Nov 2003 19:45 GMT | 4 |
I need some advice on this. I am working on a fairly complex calculator app (C#) with lots of functions (and these functions in turn use math functions from an unmanaged C DLL). A calculation takes a lot of time (up to hours), and should run on a separate thread from the one that ...
|
| Synchronous Sockets. | 15 Nov 2003 06:24 GMT | 1 |
I dont find it difficult to program them using threads. Any one know if this is not very good choice. I will be dealing only with one socket which has data coming at regular intervals of around 1kb ea. Rajesh
|
| Large Object Heap | 14 Nov 2003 15:11 GMT | 1 |
We are encountering problems due to memory usage and here is the description.. Brief Introduction Large Object Heap shows monotonic increase in size for .Net components
|
| VS.NET 2003 IDE startup delay when connected to network | 14 Nov 2003 07:57 GMT | 1 |
I have following developing environment: Visual Studio.NET 2003 .NET Framework 1.1 local ASPNET account exists
|
| ASP .NET Application Requests Queued | 13 Nov 2003 11:41 GMT | 1 |
Is there any setting (software/hardware??) to allow more requests to be processed by asp.net process.(I was monitoring ASP.NET Applications Object and Requests Executing counter.)which constantly showed requests are
|
| Microsoft ACT: real requests not simulation possible? | 12 Nov 2003 15:13 GMT | 1 |
Hi all, I have an ACT project setup with a test that seems to be working, based off a recording. However, I don't want to perform a *simulation* of http requests, I want *real* http request/reqponse.
|
| JIT vs Bitfield optimiztion | 12 Nov 2003 01:40 GMT | 6 |
Does the JIT perform the following optimization? unoptimized loop check.. foreach(MemberInfo mi in mia) {
|
| FastTCP | 11 Nov 2003 20:16 GMT | 4 |
Is there a draft implementation of the FastTCP protocol? Has anybody implemented this in C#? Its there crying to be used in p2p.
|
| Code security | 11 Nov 2003 17:20 GMT | 1 |
I recently wrote an app for my PocketPC. One day, accidentally, I ran it on my local computer, and it displayed an exception. Out of curiosity, I click Visual Studio .NET, and when it opened, it displayed all of my
|
| even or odd comparision optimization | 10 Nov 2003 17:33 GMT | 7 |
Does the JIT perform this optimization? old unoptimised even or odd test using modulo if ((someVal % 2) == 0) // even
|
| Control size BUG! URGENT | 07 Nov 2003 19:11 GMT | 4 |
I think I found a critical bug in Studio .net 2003. Try this, Create a Form. Create a Panel within the Form.
|
| WorkerThreads and IOThreads | 07 Nov 2003 01:12 GMT | 1 |
Can anybody explain me the difference between the meaning of the parameter configuration of the machine.config file maxWokerThread and maxIOThread? If an http request has to access to bd or web service...
|
| Virtual memory management in .Net - keeping the 'good' elements in Ram ? | 05 Nov 2003 16:30 GMT | 3 |
I am currently working on a scientific library. During the computation, the total required memory is very likely to be bigger than the current available physical memory (RAM). I would like to have some indication about the performance of the virtual memory with .Net.
|
| Sorting Objects implementing CompareTo !TO SLOW! | 05 Nov 2003 10:45 GMT | 5 |
to sort ma objects i implement the Method CompareTo.It looks like this: public int CompareTo(Object obj) {
|