HighTechTalks DotNet Forums  

How many remoting calls are queued?

Dotnet Framework (Remoting) microsoft.public.dotnet.framework.remoting


Discuss How many remoting calls are queued? in the Dotnet Framework (Remoting) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Greg Nagel
 
Posts: n/a

Default How many remoting calls are queued? - 09-26-2006 , 03:37 AM






Hi All

I'm starting to wonder about the performance of our remoting calls and not
sure where to look to confirm my suspisions.

I've got 3 websites all making remoting calls to the app server. The app
server then makes calls to the various backends.

From what I know the remoting calls are serviced by the default thread pool
created in each .Net process, so that would be around 20/25 threads I think?

Now quite a few of our calls are slow running. In addition to that one of
the calls will actually create threads to send requests to multiple backends
at once.

I'm concerned that between the slow running calls and the call using extra
threads my incoming remoting calls are being queued in the thread pool
waiting for a thread to became available.

How can I confirm this? I've checked the performance counters and I can't
see anything that would expose this information?

Thanks
Greg




Reply With Quote
  #2  
Old   
Spam Catcher
 
Posts: n/a

Default Re: How many remoting calls are queued? - 09-26-2006 , 12:31 PM






"Greg Nagel" <gnagel (AT) oldmutual (DOT) com> wrote in
news:#27zd6T4GHA.4616 (AT) TK2MSFTNGP05 (DOT) phx.gbl:

Quote:
Hi All

I'm starting to wonder about the performance of our remoting calls and
not sure where to look to confirm my suspisions.

I've got 3 websites all making remoting calls to the app server. The
app server then makes calls to the various backends.
How are you hosting your remoting objects?





Reply With Quote
  #3  
Old   
Greg Nagel
 
Posts: n/a

Default Re: How many remoting calls are queued? - 09-27-2006 , 01:14 AM



Quote:
How are you hosting your remoting objects?

Oops, sorry, that would have been useful information hey.

It's hosted in a .Net service.




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.