HighTechTalks DotNet Forums  

Weird behavior!

Dotnet Framework (Component Services) microsoft.public.dotnet.framework.component_services


Discuss Weird behavior! in the Dotnet Framework (Component Services) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Lim Ping Ping via .NET 247
 
Posts: n/a

Default Weird behavior! - 09-21-2004 , 06:16 AM






(Type your message here)
Hi,

My team developed a huge .NET C# Web-based project and now it is running in Production.

On average, per transaction takes less than 1 second but there are few times of the day that there will be one transaction out of thousand transaction takes more than 8 seconds. And this is not due to peak hours.

Is there any suggestion of how to go about tuning the application? In our application, we do use multi-threading to speed up the transaction time. Is there any problem if we have many transactions per minute and per transaction spawned many threads?

Please help me as my boss is very concerned with this.

PS: I am a beginner in C# and not very good with tuning of application. So please help me if you can.

Yours Sincerely,
--------------------------------
From: Lim Ping Ping

-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)

<Id>6Jv3v6sPuEKvTDzCpw/h9A==</Id>

Reply With Quote
  #2  
Old   
Ravichandran J.V.
 
Posts: n/a

Default Re: Weird behavior! - 09-22-2004 , 04:58 AM






Implement the object as a ServicedComponent and installing it into the
Component Services catalog. For the above, your class should inherit
from the ServicedComponent class. The ServicedComponent class is
available in the System.EnterpriseServices namespace. Finally, you need
to use the regsvcs.exe tool to make a registry entry for your COM+
component.

with regards,


J.V.Ravichandran
- http://www.geocities.com/
jvravichandran
- http://www.411asp.net/func/search?
qry=Ravichandran+J.V.&cob=aspnetpro
- http://www.southasianoutlook.com
- http://www.MSDNAA.Net
- http://www.csharphelp.com
- http://www.poetry.com/Publications/
display.asp?ID=P3966388&BN=999&PN=2
- Or, just search on "J.V.Ravichandran"
at http://www.Google.com

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.