HighTechTalks DotNet Forums  

Re: Queued, Pooled component startup questions

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


Discuss Re: Queued, Pooled component startup questions in the Dotnet Framework (Component Services) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Dave Stienessen
 
Posts: n/a

Default Re: Queued, Pooled component startup questions - 07-18-2003 , 01:00 PM






Yeah, I get that - I want to use QC so that the app "accepts" (queues)
requests event when the server running the app is down for maintenance or
another reason - generally, when the server is running, I want the COM+ app
started - I just wanted to know if there is a way to make it run
automatically upon system bootup. If writing a script or some type of
monitor service is the answer, then so be it.
Thanks for the feedback -
Dave

"Mike Dice [MSFT]" <mikedice (AT) online (DOT) microsoft.com> wrote

Quote:
QC applications don't get started automatically when a client instantiates
an instance of a component. This is by design. The whole reason for using
QC
is because you want to use components in an application that my not be
running or that only run every now and then. The method calls on your
components will get queued up either on the client or the server and then
sit around and wait for you to start the application. Once you start it,
the
method calls will be processed. If your server application needs to always
be running and needs to always process calls as they are made by clients
then you probably don't need to use QC. Please see:

http://msdn.microsoft.com/library/de...nents_8v6v.asp

For more information.

Mike


"Dave Stienessen" <daves (AT) xata (DOT) com> wrote in message
news:uKYRMyHTDHA.3188 (AT) tk2msftngp13 (DOT) phx.gbl...
Hi all -
I created a Queued, pooled component and the question I have is how to
"start" the com+ app automatically - it seems since its queued, the
application does not process the queued calls until it is started -
This
creates deployment issues for me - I can install it and start it with a
script, but what about reboots -
am I missing something simple?

If the solution is to run it as a Windows Service, that's fine, but
doesn't
that have some impact on what you can do from a queueing and pooling
perspective?

Thanks
Dave







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.