Results 1 to 4 of 4

Thread: Feedback on an article about multithreaded design of a game engine

  1. #1
    lstep is offline Registered User
    Join Date
    Jun 2005
    Location
    France
    Posts
    4

    Feedback on an article about multithreaded design of a game engine

    I' ve just read a very interesting article about the multithreaded architecture of a new "not yet existent game engine" on http://harkal.sylphis3d.com/2005/08/...ackless-python

    I would be interested in getting your opinion about the division of each elements of the game (objects) and how does they can run 'in pseudo-parallel'. I've not yet done anything with IceC/IcePy so I don't even really know if Ice implements this part of if it's the developer's work.

    Thanks for your answers,
    Luc
    --
    Luc Stepniewski
    Adelux France, http://www.adelux/fr/
    No projects yet

  2. #2
    marc's Avatar
    marc is offline ZeroC Staff
    Name: Marc Laukien
    Organization: ZeroC, Inc.
    Project: The Internet Communications Engine
    Join Date
    Feb 2003
    Location
    Florida
    Posts
    1,860
    I'm sure this is a very interesting article, but I'm afraid nobody here at ZeroC currently has the time to review and comment. We are too busy with the next Ice release.

  3. #3
    lstep is offline Registered User
    Join Date
    Jun 2005
    Location
    France
    Posts
    4

    Smile

    Now hat Ice 3.0 is released, could anyone from the ZeroC team comment on the article link I posted. I'm mostly interested in comments about the event handling technique (no multithreading) described, that is, each object being in a "virtual" thread, having its own "life" and sending events to other objects, which would be nearly impossible to achieve if using real threads.

    Is this something that Ice is managing or is this beyond Ice framework libraries?

    Thanks,
    Luc
    --
    Luc Stepniewski
    Adelux France, http://www.adelux/fr/
    No projects yet

  4. #4
    marc's Avatar
    marc is offline ZeroC Staff
    Name: Marc Laukien
    Organization: ZeroC, Inc.
    Project: The Internet Communications Engine
    Join Date
    Feb 2003
    Location
    Florida
    Posts
    1,860
    I'm sorry, but we really don't have the time to comment on this article. If you would like us to provide advice about certain game programming techniques, then we can do this as commercial consulting services. Please contact us at sales@zeroc.com in this case.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. PPC search engine
    By ramchandran in forum Help Center
    Replies: 1
    Last Post: 08-28-2006, 02:59 PM
  2. Multithreaded DLL
    By sgonepudi in forum Help Center
    Replies: 1
    Last Post: 01-22-2006, 11:51 AM
  3. Questions About Wish Game that are using Ice
    By greysnake in forum Comments
    Replies: 5
    Last Post: 06-09-2004, 07:59 AM
  4. The Internet Communications Engine
    By marc in forum Announcements
    Replies: 0
    Last Post: 02-17-2003, 09:53 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
  •