Results 1 to 3 of 3

Thread: Is there any utility tool to make my configuration job easy?

  1. #1
    GoldenLee is offline Registered User
    Name: Changbao Li
    Organization: National Meteorological Satellite Center
    Project: Geoscience Advanced Visualization Environment
    Join Date
    Apr 2011
    Posts
    2

    Is there any utility tool to make my configuration job easy?

    Dear ZeroC Satff,
    I came across Ice by accident when googling some interest documents on distributed programming. Having spent some days looking into it, I'd say it's very well designed communication engine. Hats off to the guys that designed the ICE framework!

    I read ICE user's manual, and tested its examples to chew on its yummy. I admit it's an easy-to-use tool I've ever seen. But I couldn't find an easy-to-use tool to help me configure both the client and the sever. Take a simpel "hello" program For example, there are several configuration (or deployment-related) file under its folder \Ice-3.4.1-demos\demo\IceBox\hello, such as config.admin, config.client, config.icebox, and config.service. Must I use one of my favorite text editor tool (notepad on Windows, or vi on Unix/Linux, and etc.) to manually prepare their respective contents? I don't think so. For hello-like simple projects, that's acceptable, but for somewhat complicated projects, that will be a very hard, and more importantly, an error-prone job. So, my question is:

    Is there any utility tool to make my configuration job easy?

    Sorry for my babyish question. Thanks!

  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
    Welcome to our forums, and it's good to hear you like our software!

    You always create the configuration files for Ice clients with your favorite text editor (notepad, emacs, vi...).

    For Ice servers, especially if you have many servers, you usually do not write their configuration files directly: you use IceGrid to manage these servers (start them, monitor them, replicate them ...), and IceGrid automatically generates the Ice configuration for these servers from your description of these servers.

    These IceGrid "server descriptors" can be created in several ways:
    - with IceGrid Admin (a Java-based graphical admin tool)
    - using XML files
    - programmatically, for example, using a Python script that connects to IceGrid

    Best regards,
    Bernard
    Bernard Normier
    ZeroC, Inc.

  3. #3
    GoldenLee is offline Registered User
    Name: Changbao Li
    Organization: National Meteorological Satellite Center
    Project: Geoscience Advanced Visualization Environment
    Join Date
    Apr 2011
    Posts
    2

    Thumbs up Thank you

    Dear Mr. Bernard,
    Thank you for your detailed and instructive response. I'm sure as my reading on ZeroC's ebook "Distributed Programming with Ice" proceeds, I'll have a solid knowledge of cool ICE. I wish that some day ICE would play a skeleton role in our future project(s).

    Best wishes.
    GoldenLee

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 0
    Last Post: 03-03-2011, 11:20 AM
  2. Easy way to get endpoint of client
    By dragonii in forum Help Center
    Replies: 2
    Last Post: 09-25-2009, 10:39 PM
  3. node command in the icegridadmin command line utility
    By davidcr1983 in forum Bug Reports
    Replies: 1
    Last Post: 03-19-2007, 09:21 AM
  4. autoconf makes things easy to build
    By marlowa in forum Comments
    Replies: 0
    Last Post: 02-19-2003, 05:24 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
  •