Results 1 to 2 of 2

Thread: Ultra massively multiplayer games with Ice

  1. #1
    JohnBates is offline Registered User
    Join Date
    May 2003
    Posts
    2

    Ultra massively multiplayer games with Ice

    Was Ice's development affected by Mutable Realms' experience making their game? Just curious what technical road blocks in Ice had to be dealt with or worked around to support an ultra massively mutliplayer online game.

    A while back we were experimenting with MICO to see if it could be used in a peer-to-peer, distributed, real-time system. We ended up running the CORBA clients in a separate process and used IPC to interact. Far from ideal. The main issue was MICO's lack of support for asynchronous method invocation and dispatch.

    John
    Sony Computer Entertainment R&D

  2. #2
    benoit's Avatar
    benoit is offline ZeroC Staff
    Name: Benoit Foucher
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Rennes, France
    Posts
    2,140
    Yes, as a MutableRealms developer I can testify that MutableRealms and ZeroC worked very closely to ensure that Ice provides all the features required to develop an ultra massively multi player online game .

    Ice supports both asynchronous method invocation and dispatch (AMI and AMD). It also supports many more features that we needed for the development of the game (mostly for the server):

    * Ice supports bzip2 compression, oneway, batch oneway messages, ssl, ...
    * Freeze allows us to easily persist objects to a database.
    * Glacier provides us a very secure firewall solution.
    * IcePack provides a location service and powerful server deployment facilities.

    I should also mention that Ice is much easier to understand and work with than CORBA. The C++ and Java mapping are for instance much simpler. I have no doubt that our productivity wouldn't be as good if we were using CORBA as our middleware technology.

    So far, I don't think we've encountered any technical road blocks that couldn't be solved by ZeroC.

    Benoit.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 17
    Last Post: 02-17-2005, 08:57 AM
  2. Article about online games and Ice
    By michi in forum Announcements
    Replies: 0
    Last Post: 01-17-2004, 06:57 PM
  3. Ice-1.1.0 on (ultra)Sparc/Linux
    By fmccor in forum Comments
    Replies: 5
    Last Post: 07-29-2003, 10:02 AM
  4. Ice used for Ultra Massive Online Game
    By marc in forum Announcements
    Replies: 0
    Last Post: 03-17-2003, 04:13 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
  •