Results 1 to 4 of 4

Thread: IceBox container protection

  1. #1
    ragha is offline Registered User
    Name: ragha keshava
    Organization: Huawei
    Project: research on rapid reliable appl developement
    Join Date
    Dec 2008
    Posts
    2

    IceBox container protection

    Hi,

    I understand and value the idea of container but it brings in basic stability problems. In C# VM takes care of it but in C++ it may not.
    How ICE handles it, if it has to be used as CORE component of SAAS (software as service) then this must be met?
    Pls share info how ice handles or your opinion abt this,
    Thanks

    regards
    ragha

  2. #2
    matthew's Avatar
    matthew is offline ZeroC Staff
    Name: Matthew Newhook
    Organization: ZeroC, Inc.
    Project: Internet Communications Engine
    Join Date
    Feb 2003
    Location
    NL, Canada
    Posts
    1,458
    Welcome to our forums! What precisely are you worried about? Is your concern if a C++ component in a container malfunctions and then brings down all other components in the same container?

  3. #3
    ragha is offline Registered User
    Name: ragha keshava
    Organization: Huawei
    Project: research on rapid reliable appl developement
    Join Date
    Dec 2008
    Posts
    2

    IceBox container protection

    HI,

    Thank you. ICE has all language mapping that's great that to with py.
    Correct,because of one errant .so/dll whole container can come down,is there a way to protect it?

    regards
    ragha

  4. #4
    michi's Avatar
    michi is offline Registered User
    Name: Michi Henning
    Organization: Triodia Technologies
    Project: I have a passing interest in Ice :-)
    Join Date
    Feb 2003
    Location
    Brisbane, Australia
    Posts
    1,055
    C++ does not have protection in the way Java or .NET do. Because all the containers share a single address space, any container can write over any other container's memory. That's just how it is with C++. If you are worried about that, don't run containers that you do not trust in the same IceBox, or don't use IceBox and run them as stand-alone servers instead.

    You could write your code in Managed C++, in which case you get the same protection as for C#. But, writing managed C++ doesn't really gain you anything other than ugly syntax. Might as well use C#...

    Cheers,

    Michi.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Spam/DoS protection/connection denial?
    By Pompei2 in forum Help Center
    Replies: 5
    Last Post: 10-07-2009, 07:28 AM
  2. Glacier2's "DoS protection" (Feature proposal)
    By Pompei2 in forum Help Center
    Replies: 1
    Last Post: 10-07-2009, 06:55 AM
  3. embedding ice in a container
    By lycovian in forum Help Center
    Replies: 2
    Last Post: 01-12-2006, 01: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
  •