Results 1 to 13 of 13

Thread: Support AIX

  1. #1
    weiwei is offline Registered User
    Join Date
    May 2004
    Posts
    11

    Unhappy Support AIX

    Does ICE1.3 support AIX?

  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 Weiwei,

    Ice 1.3 is not supported on AIX; we did not even attempt to port Ice to AIX as we do not have access to an AIX server.

    Have you tried to port Ice to AIX? Did you encounter any problem?

    Cheers,
    Bernard

  3. #3
    alexs is offline Registered User
    Join Date
    Jan 2004
    Location
    New York, NY
    Posts
    4

    Ice on AIX

    We got ICE working on AIX 5.2 with Visual Age 6.
    There seems to be some bugs in the Visual Age compiler ( a bit of tempates, etc.) , so we had to make some changes to make it happy. We only needed
    Ice and IceUtil parts, but other changes ( if needed) would be similar.
    Let me know if you want current "kludgy" stuff ( with ifdefs for AIX).

  4. #4
    ScottDiedrick is offline Registered User
    Join Date
    Apr 2004
    Posts
    2
    I currently have trying to port ICE to AIX 5.1 on my todo list. I would love to be able to look at your changes to give me a jump start on it.

  5. #5
    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
    A new feature in AIX 5.2 is the availailability of /dev/random and /dev/urandom. On Unix, Ice uses these random number generators to produce UUIDs. With AIX 5.1, you'll need to find another way ... maybe uuid_$gen.

    Cheers,
    Bernard

  6. #6
    alexs is offline Registered User
    Join Date
    Jan 2004
    Location
    New York, NY
    Posts
    4
    Scott, please let me know where should I put, send changes to get Ice running on AIX 5.2

  7. #7
    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
    This forum supports attachments, so you could simply post your changes here .

    Bernard

  8. #8
    alexs is offline Registered User
    Join Date
    Jan 2004
    Location
    New York, NY
    Posts
    4
    Here it is
    Attached Files Attached Files

  9. #9
    hulkaspeed is offline Registered User
    Name: pablo gonzalez
    Organization: STL
    Project: Integral Management Of State Games (lottery,sports
    Join Date
    Dec 2007
    Posts
    10

    Question About AIX...

    Hello,
    We need to port Ice to AIX 5.1,where do we have to make changes? only on make.rules?? which source distribution do we have to take??

    Thanks!!

  10. #10
    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
    Ice was supported on AIX for a while, most recently in Ice 3.1.x. See http://www.zeroc.com/download_3_1.html.

    You may be able to build Ice 3.2 on AIX. The source distribution contains an (unsupported) Make.rules.AIX file.

    Best regards,
    Bernard
    Bernard Normier
    ZeroC, Inc.

  11. #11
    hulkaspeed is offline Registered User
    Name: pablo gonzalez
    Organization: STL
    Project: Integral Management Of State Games (lottery,sports
    Join Date
    Dec 2007
    Posts
    10

    Client/Server on the same example

    Hello,
    I'm looking for one example where one process has features both client and servant. Is there any in the demos?

    Thank you

  12. #12
    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 Pablo,

    Please start a new thread when asking a new question.

    One demo where a program is both a client and a server is the Ice/callback demo. The client hosts the callback objects (so it's also a server), and the server calls on these callback objects (so it's also a client).

    Best regards,
    Bernard
    Bernard Normier
    ZeroC, Inc.

  13. #13
    hulkaspeed is offline Registered User
    Name: pablo gonzalez
    Organization: STL
    Project: Integral Management Of State Games (lottery,sports
    Join Date
    Dec 2007
    Posts
    10
    Thank you Bernard.
    I'm sorry,next time I will write on a new thread..

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Does Ice support AIX 5.3?
    By kyleQian in forum Help Center
    Replies: 1
    Last Post: 02-24-2009, 11:47 PM
  2. ICE on AIX 5.3 .
    By Faiz in forum Help Center
    Replies: 6
    Last Post: 11-03-2008, 06:27 AM
  3. IcePy on AIX?
    By zephyr007 in forum Help Center
    Replies: 1
    Last Post: 03-11-2005, 03:17 AM
  4. Ice For AIX Help
    By baogq in forum Help Center
    Replies: 1
    Last Post: 09-16-2004, 08:02 AM
  5. AIX Port
    By ScottDiedrick in forum Help Center
    Replies: 1
    Last Post: 04-13-2004, 04:37 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
  •