Results 1 to 6 of 6

Thread: Ice runtime

  1. #1
    Paca_06 is offline Registered User
    Name: Paca mike
    Organization: Personal
    Project: Learning Ice
    Join Date
    Apr 2010
    Posts
    4

    Ice runtime

    So far, what I understood is :
    Ice support a lot mapping langage (Java, C++, Dot.net-C#, Ruby, etc...)

    So applications can communicate together if the langage mapping is supported by Ice runtime.

    But regarding Ice runtime & other ice services :
    Does Ice have a different implementation depending of the OS
    or
    Does Ice runtime is coded only in C++ and compiled depending of the target OS
    or
    Does Ice have an implementation in C++, Java, Dot.Net ?

    Thanks in advance

  2. #2
    mes's Avatar
    mes
    mes is offline ZeroC Staff
    Name: Mark Spruiell
    Organization: ZeroC, Inc.
    Project: Ice Developer
    Join Date
    Feb 2003
    Location
    California
    Posts
    1,445
    Hi,

    Welcome to the forum.

    Ice has native implementations in C++, Java, and .NET. The Objective-C and scripting language mappings are implemented on top of the Ice for C++ run-time.

    Regards,
    Mark

  3. #3
    Paca_06 is offline Registered User
    Name: Paca mike
    Organization: Personal
    Project: Learning Ice
    Join Date
    Apr 2010
    Posts
    4

    Ice Runtime

    Thanks mark,

    So why does Ice runtime have different implementations in C++, Java, and .NET ?
    What is the best implementation ?

    How do you choice between the 3 runtime implementations (advantage or inconvenient)

    Thanks in advance

  4. #4
    mes's Avatar
    mes
    mes is offline ZeroC Staff
    Name: Mark Spruiell
    Organization: ZeroC, Inc.
    Project: Ice Developer
    Join Date
    Feb 2003
    Location
    California
    Posts
    1,445
    Hi,

    Many projects are already committed to a particular programming language (or set of programming languages), therefore we provide native Ice implementations for three of the most common development platforms. This makes Ice easier to learn, easier to integrate into an existing project, and offers the best performance for users that require a "native" solution. All three native implementations are essentially identical in functionality.

    Regards,
    Mark

  5. #5
    Paca_06 is offline Registered User
    Name: Paca mike
    Organization: Personal
    Project: Learning Ice
    Join Date
    Apr 2010
    Posts
    4

    Ice Runtime

    Hi,

    Can we have access or download the source code of ICE runtime for these 3 native implementation ?

    Thanks again Mark

  6. #6
    mes's Avatar
    mes
    mes is offline ZeroC Staff
    Name: Mark Spruiell
    Organization: ZeroC, Inc.
    Project: Ice Developer
    Join Date
    Feb 2003
    Location
    California
    Posts
    1,445
    Please see the download page.

    Mark

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 1
    Last Post: 04-25-2010, 06:06 PM
  2. Replies: 2
    Last Post: 11-18-2008, 09:06 PM
  3. Replies: 8
    Last Post: 06-06-2008, 12:12 PM
  4. strategies for sharing ice runtime in data layer under .net
    By programmerdad in forum Help Center
    Replies: 6
    Last Post: 08-03-2006, 11:01 AM
  5. a runtime error
    By fw_csha in forum Help Center
    Replies: 10
    Last Post: 09-29-2004, 10:29 AM

Posting Permissions

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