all groups > dotnet performance > december 2004
How can I profile or check the performance of winforms hosted by IE?
Posted by bajy NO[at]SPAM intizen.com at 12/31/2004 11:07:06 PM
Hi,
I'm working with "Smart Client" technology ... meaning I'm developing
Winforms application embedded in IE.
In my form, there are a bunch of controls and objects that connects to
SQL DB Severs and to WebServices just like other rich client
application.
Smart client development process... more >>
Huge Memory Use
Posted by Haim at 12/26/2004 6:05:42 AM
Hello all,
I am writing an application in C#, VB.NET which basicaly
has a form with a few pictureBoxes on it and a TabControl
with 3 tab pages - in each one a treeView and a ListView.
In addition it loads a few other dll's as a reference
which should not be memory consuming since each have a... more >>
.NET Vs Win32 Photo Manipulation Performance
Posted by Mike Vance at 12/24/2004 10:36:04 AM
I am doing another comparison of .NET vs Win32 when it comes to photo
manipulation such as what Paintshop Pro performs (e.g., using a brush to
change the brightness or color of a photo as the brush moves fluidly
along the photograph). If there is a .NET application out there that
can perfor... more >>
SqlCE
Posted by bnaya at 12/23/2004 8:53:19 AM
I need tips for scale up Sqlce Performance
... more >>
Assembly.LoadFrom and machine restart
Posted by sunil NO[at]SPAM volcanomail.com at 12/23/2004 6:13:02 AM
Dear All,
I have developed a client .net application that gets launched via
No Touch Deployment...using the Assembly.LoadForm method...I have a
dll xrt.dll for which I have not maintained versioning...
When I launch my application after a machine reboot (xrt.dll already
present on client mac... more >>
Asynchronous socket performance problem
Posted by Onder Ozcan at 12/22/2004 1:01:04 AM
Dear All,
I developed Asynchronous socket programme with C#. It listens the network at
specific ports and handle IP message requests coming from that port and the
hardware that is used to deploy this application is quite strong.It has 4 IBM
processor and 2 GB memory. At the begining i c... more >>
How to make this better and faster?
Posted by ham-z at 12/21/2004 4:20:55 PM
I have written the following Win app in VB.NET 2003 . The class is simply
picture boxes that behave in a random order after they have been
instantiated and added to a form. When I create 15 or more instances of my
class, the whole program runs slowly in a way that I have to close the
program. I ... more >>
.NET competes with java-script
Posted by #pragma once at 12/21/2004 3:36:20 PM
That's all we are expecting from programs written in the managed code;
Though a MVP advised not to say that, because after JIT compilation the
code runs in the native! Funny, isn't? That means scripting languages run in
the Host code and never in the native? That means scripting languages
are po... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
WebResponse StreamReader memory and handles high consume
Posted by Hugo at 12/20/2004 1:47:10 AM
Hello, I'm running the following code that i found on msdn documentation of
GetResponseStream method. If i try to transfer a big file using this code
and during that operation take a look to task manager i see that process
memory usage and handles keep increasing without stoping. The line of cod... more >>
aspnet worker process hang
Posted by samik at 12/17/2004 3:13:02 AM
I am using .NET Framework 1.1 for asp.net. When many users connect the
process size increses and never comes down. After going upto 450MB it hangs.
I have tried with MemoryLimit and ResponseDeadlockInterval parameter of
processModel attribute in Machine.config file. It didn't help much. Pls H... more >>
Calendar recurring events logic
Posted by Shabam at 12/16/2004 1:50:27 AM
I'm having a calendar feature developed whereby users can add recurring
events. These recurring events can have start and end dates, meaning they
will recur only within a date range. For instance, user A creates an event
that recurs every Tuesday, from 1/1/05 - 3/2/06.
The developer has deci... more >>
Type loading question
Posted by cris at 12/15/2004 10:37:10 AM
Hi,
When a Type contained in an assembly gets instantiated,
does the whole assembly image gets loaded in memory?
Thanks in advance.
Regards,
Cris
... more >>
GetHostByAddress Runs Slow
Posted by Jed at 12/15/2004 7:29:05 AM
I have a class for logging information about user activity on a web site, but
it suddenly really slow. I was wondering what factors may have caused the
slow down.
Initially, I used the following code:
ul.HostName = context.Request.UserHostName;
Since the UserHostName is not always resolv... more >>
Why is .NET windows service so slow?
Posted by cdduc NO[at]SPAM data-technology.net at 12/15/2004 7:08:01 AM
Hi,
I have a C# console application that is working fine and I want to
make it a windows service. What i did is to create a service and call
exactly the same function as the main() function does in the console
one.
The service can work but suffer a very serious performance problem
(the CPU usa... more >>
Performance Problems using Service Pack 1 for .NET Framework 1.1
Posted by Sven at 12/15/2004 6:09:03 AM
Hi all,
after installing Service Pack 1 for .NET Framework 1.1 my Application slow
down - using 10x execution time for some calculations.
This Problem occurs on more than one PC and is repeatable.
After deinstalling .NET Framework and reinstalling without Service Pack ->
the application run... more >>
Memory leak tracking
Posted by PeterN at 12/13/2004 4:28:34 PM
I have a .Net app that is running on a Win2k3 server that is exhibiting slow
memory leak (does not happen on Win2k or at least cannot replicate). Also
the Win2k3+.NET issue can't be systematically duplicated either but is
happening and sporadic locations. I'm looking for some assistance on how ... more >>
Runnig at Native speed...Dream or reality ?
Posted by main\(\){}; at 12/12/2004 8:09:17 AM
I can't ignore the speed of .NET managed applications in manipulating
string, I/O and arithmetic operations. However, we can never compare the
speed of a C/C++ program with its .NET counterpart when it comes to some
heavy operations, like long loops, graphics, load time and many other
issues.
T... more >>
GDI+ performance issue
Posted by **ham at 12/12/2004 8:08:36 AM
I know that's an old dirty issue; GDI+ almost -the slowest part of the
framework - has bothered many developers using it in animations. Even in
managed C++ the performance is awful.
Now, any dude out there does know any thing about this issue in VS 2005 +
..NET 2.0 ? Has Microsoft solved this pe... more >>
Process.GetCurrentProcess().ProcessName slow. How to use AppDomain.CurrentDomain.FriendlyName
Posted by sutcliffe_grant NO[at]SPAM hotmail.com at 12/10/2004 1:02:12 PM
To ensure my C# Winforms application can only have one instance
running, I am using the code below:
string proc=Process.GetCurrentProcess().ProcessName;
// get the list of all processes by that name
Process[] processes=Process.GetProcessesByName(dname);
The 'getting of the current process' ... more >>
Reserving instead of releasing memory?
Posted by Paschalis Pagonidis at 12/10/2004 1:33:32 AM
I'm writing a panel control that creates a large amount of
child controls dynamically.
I've implemented a Destroy() function and inserted a line
to the form's Closed event to release all this memory,
since I don't need it anymore:
protected virtual void Destroy (ICollection collection)
... more >>
Creation for .NET failing for first call
Posted by Sundeep Gawande at 12/7/2004 8:03:41 PM
I am facing a strange problem.
I am trying to host a .NET(C#) control in a VC6
COM ocx. Now when I create the control using
CreateControl(...) or CoCreateInstance(...) my call is failing with the
error
module not found. The .NET control was having some std. controls like
buttons and text box... more >>
JIT Optimization Question\Feature request
Posted by mageos at 12/7/2004 6:48:51 PM
Hello all!
I have been pondering a performance question that I honestly do not know
the answer to. I am working on a fairly large system (about 53 seperate
projects so far) that is built on the .Net framework. As our solution
grows larger, it is becoming more and more apparent that we nee... more >>
How to make more memory/swap available to vb.net application?
Posted by yosh NO[at]SPAM liquidzone.net at 12/7/2004 12:26:55 AM
then the program clones a part of that image into a new image... this takes up alot of memory
i have everything i can .disposed as soon as possible, but i need to have the source image open
all the time since the copy process goes to a number of output images wich is saved and disposed of
after t... more >>
I need to run a vb.net or aspx.net file every 10 seconds.
Posted by Steve Jacobs at 12/6/2004 6:51:45 PM
Hi,
I need to run a vb.net or aspx.net file every 10 seconds. The Task Scheduler
in Windows 2003 Server can only do it every 1 minute at the minimum, but I
need it every 10 seconds. Is it possible to write a small program in VB.NET
that would run in the background without using much resources,... more >>
Using attributes for run-time checks
Posted by Barry Kelly at 12/6/2004 4:02:23 PM
I'm designing an application framework. One of our desired features is that
developer code (i.e. code written using our application framework)
explicitly declares the data it works with, so that business rules written
in C# can have their dependencies automatically traced via investigation of ... more >>
System.String memory leaks C# application
Posted by sung hyeon park at 12/3/2004 7:53:06 PM
tHi,
I have application with memory leaks and I used .Net memory profiler. It
showed that every time I use string, gc does not clear that string and at the
end I have many instances and bytes allocated for strings, many trnsaction.
why heppend System.String memory leaks?... more >>
Managed Windows Service won't Autostart
Posted by mageos at 12/3/2004 4:24:14 PM
Hello all!
I have a tricky problem. I have a Windows Service project that is set
to autostart at system boot, however when I boot the service fails to
start and I get an error in the Event Viewer saying the service failed
to start in a timely manner.
I did some research and it appears t... more >>
GC doesn't work in my ASP.NET application
Posted by Sherif ElMetainy at 12/3/2004 3:30:48 AM
Hello
I have an ASP.NET application that just keeps leaking memory. The memory
used by the application just keeps growing until the ASP.NET worker process
is recycled when the memory limit is reached. I looked at the performance
data and here is what I found:
ASP.NET Requests Total : 28462... more >>
Why C++ is faster than C# for .NET apps
Posted by Tim Anderson at 12/2/2004 8:00:38 AM
I interviewed Craig Symonds, general manager of the Visual Studio product
team:
http://dnjonline.com/article.aspx?ID=dec04_vs2005
(click the link to Performance issues). It's to do with optimization: in
essence, the C++ compiler will optimize, while C# and VB leave optimization
to the ru... more >>
System idling?
Posted by Joerg Battermann at 12/1/2004 1:12:38 PM
Hello there,
I was wondering whether / how it is possible to check whether the system
is idle or not to only start a specific task when enough system
ressources are available...
Any ideas, hints/links? :)
Best regards / MfG,
--
Joerg Battermann
jb@justBE.com
http://www.justBE.com
... more >>
|