Results 1 to 1 of 1

Thread: icepackadmin extra functionality

  1. #1
    StuartA is offline Registered User
    Join Date
    Feb 2004
    Location
    Canberra Australia
    Posts
    23

    icepackadmin extra functionality

    Here is a patch for the IcePack Amin tool (icepackadmin).

    It is just a quick hack to give some extra functionality:-

    1. List the server state of all servers

    Code:
    >>> server state
    uow-peach-Course            active (pid = 17114)
    uow-SavviRegistry           active (pid = 17004)
    uow-SuperUserContract       active (pid = 17161)
    uow-apple-StudentContract   inactive
    2. Reachability tests for objects given by EXPR (as `object list')

    Code:
    >>> object ping foo*
    foobar   reachable
    foobam   unreachable
    
    >>> object ping bar
    bar   unreachable
    3. Reachability tests for all registered objects

    Code:
    >>> object ping
    foobar   reachable
    barbam   unreachable
    bar      unreachable
    bam      reachable
    I stupidly wrote over the orig sources, so just files not diffs.

    src/IcePack/Parser.cpp
    src/IcePack/Parser.h
    src/IcePack/Grammar.y

    to process Grammer.y:
    Code:
    $bison --debug --defines=Grammar.h -o Grammar.cpp Grammar.y
    $bison --version
    bison (GNU Bison) 1.875a
    ...

    Note: modified from Ice 2.1.1

    In the hope it is usefull...

    StuartA

    Note: attatchment is a .zip to satisfy vbulltin, but contains tar.gz

    ---

    I declare the diffs between originals to be in the public domain.
    I also forfeit any intellectual property to ZeroC at no cost.
    Attached Files Attached Files
    Stuart Argue

    University Of Wollongong, Australia (Eng/CS Student)
    http://www.uow.edu.au

    Project: Savvi: Student Assessment Viewer and Voluntry Interaction
    - Advanced WebCT replacement
    - Native GUI and HTML interfaces

    Development Platform: Debian/GNU, g++, scons, boost, Qt
    Target: Services: Unix; clients: Win, MacOS, Linux

    Status: pre-Alpha
    Development cycle: spare time
    Chance of going commercial: yes (late 2006)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 12
    Last Post: 12-04-2008, 11:05 AM
  2. Do I need an extra Ice-Server for callbacks?
    By HpGisler in forum Help Center
    Replies: 1
    Last Post: 11-15-2007, 02:27 PM
  3. IcePatch2-Server adding new functionality
    By Ewgenijkkg in forum Help Center
    Replies: 8
    Last Post: 04-11-2007, 09:35 AM
  4. More subcommands needed in icepackadmin!
    By rc_hz in forum Help Center
    Replies: 0
    Last Post: 11-15-2004, 11:59 PM
  5. IceJ 1.2.0 limited functionality
    By alexander in forum Comments
    Replies: 3
    Last Post: 11-11-2003, 07:30 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
  •