Archived

This forum has been archived. Please start a new discussion on GitHub.

IcePack question

Can IcePack have the ability to stop or active the servant ?

Comments

  • benoit
    benoit Rennes, France
    IcePack can start and stop servers but not servants.

    By stop and activate servants, do you actually mean registering and unregistering the servant with the object adapter? Why would you want to do this? It's in general the application responsability to manage servants.

    Benoit.
  • I want to modify some codes(update) and not stop the server .
    how do I perform the function ? :confused:
  • matthew
    matthew NL, Canada
    fhm21cn wrote:
    I want to modify some codes(update) and not stop the server .
    how do I perform the function ? :confused:

    Well, simply put you cannot. If you want to use some sort of advanced debugger that permits this when developing your application you could set the server to be started manually (instead of on-demand) and debug it this way.

    Using something like IceBox in theory it is possible to do what you want (although only at the service level, not the servant level) although we don't support it at this time. If you want commercial support for this feature contact us at info@zeroc.com.

    Regards, Matthew