Results 1 to 7 of 7

Thread: How to shutdown a service instead of a Icebox server?

  1. #1
    Deqing is offline Registered User
    Name: Deqing Hu
    Organization: Hewlett-Packard Co.
    Project: Telepresence
    Join Date
    Feb 2006
    Location
    Oregon
    Posts
    9

    Question How to shutdown a service instead of a Icebox server?

    Is there a simple way to selectively shutdown a service running in an IceBox server instead of shutting down the IceBox server and other services running in it?
    Deqing Hu
    Hewlett-Packard Co.
    http:://www.hp.com

  2. #2
    bernard's Avatar
    bernard is offline ZeroC Staff
    Name: Bernard Normier
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Palm Beach Gardens, FL
    Posts
    1,294
    Hi,

    Please update your signature as described on this post.

    Regards,
    Bernard
    Bernard Normier
    ZeroC, Inc.

  3. #3
    Deqing is offline Registered User
    Name: Deqing Hu
    Organization: Hewlett-Packard Co.
    Project: Telepresence
    Join Date
    Feb 2006
    Location
    Oregon
    Posts
    9
    Could you be a bit more specific about what is missing in my signature?
    Deqing Hu
    Hewlett-Packard Co.
    http:://www.hp.com

  4. #4
    benoit's Avatar
    benoit is offline ZeroC Staff
    Name: Benoit Foucher
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Rennes, France
    Posts
    2,196
    It's all described here http://www.zeroc.com/vbulletin/showthread.php?t=1697, if you want ZeroC staff to answer your question, you need to include your full name, the URL of your company, university or organization and the name of the Ice project you're working on (with an URL if possible).

    Cheers,
    Benoit.

  5. #5
    Deqing is offline Registered User
    Name: Deqing Hu
    Organization: Hewlett-Packard Co.
    Project: Telepresence
    Join Date
    Feb 2006
    Location
    Oregon
    Posts
    9
    Let me know if I meet your signature requirement.
    Deqing Hu
    Hewlett-Packard Co.
    http:://www.hp.com

  6. #6
    bernard's Avatar
    bernard is offline ZeroC Staff
    Name: Bernard Normier
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Palm Beach Gardens, FL
    Posts
    1,294
    Hi Deqing,

    Yes, your signature looks good now.

    IceBox, or more precisely the IceBox ServiceManager, does not let you shut down a single service: you can only shut down the entire IceBox server.

    A solution is to define your own Slice interface with a shutdown() operation, implement it in your Service, and use this interface/operation to shutdown just your service.

    It should be possible to add a stopService() operation to IceBox::ServiceManager. But then we'd probably want a startService() as well, to be able to restart a stopped service.

    Are you using a commercial copy of Ice? Enhancement requests from commercial customers have higher priority.

    Best regards,
    Bernard
    Last edited by bernard; 05-17-2006 at 05:36 PM.
    Bernard Normier
    ZeroC, Inc.

  7. #7
    Deqing is offline Registered User
    Name: Deqing Hu
    Organization: Hewlett-Packard Co.
    Project: Telepresence
    Join Date
    Feb 2006
    Location
    Oregon
    Posts
    9
    As far as I know, the paperwork for a commercial license is near completion.
    Deqing Hu
    Hewlett-Packard Co.
    http:://www.hp.com

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. about icebox service
    By luis12 in forum Help Center
    Replies: 3
    Last Post: 05-14-2009, 04:37 AM
  2. Server shutdown with Ctrl-C vs. Process
    By n2503v in forum Help Center
    Replies: 4
    Last Post: 10-16-2008, 10:51 PM
  3. Client disconnect causes server to shutdown
    By cmeyers in forum Help Center
    Replies: 8
    Last Post: 03-28-2008, 10:35 PM
  4. Shutdown a service
    By spicy in forum Comments
    Replies: 3
    Last Post: 07-06-2007, 09:50 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •