Re: Multitasking and containers



"Dmitry A. Kazakov" <mailbox@xxxxxxxxxxxxxxxxx> writes:

Write your own container. Parallel systems require delicate handmade work.

Horrible advice. Just declare the container inside a protect object, and
manipulate the container by calling protected procedures. Works great...
.



Relevant Pages

  • Re: Multitasking and containers
    ... manipulate the container by calling protected procedures. ... Standard libraries are necessarily compromises among various concerns such as safety, performance, ease of use, and so on. ... In this case, we may have an instance of premature optimization; the OP seems to be worrying about the overhead of wrapping a container in a protected object without any evidence that this approach won't meet the project's requirements. ... "There's no messiah here. ...
    (comp.lang.ada)
  • Re: [ckrm-tech] [PATCH 0/2] resource control file system - aka containers on top of nsproxy!
    ... cpuset it is currently assigned to, might be able to manipulate -any- ... cpuset in the system. ... escalating their resources or capabilities beyond an allowed point. ... i.e /dev/cpusets seen from one container is not same as what ...
    (Linux-Kernel)
  • Re: Is there a reference counted implementation of std::vector?
    ... the container, not the container as a whole. ... Thus, vectors implementations ... "The primary goal of strings is to handle and manipulate the container (the ...
    (comp.lang.cpp)