• 제목/요약/키워드: b-buf

검색결과 1건 처리시간 0.009초

병행 프로그래밍에서 상속 이상의 구현에 관한 연구 (A Study on the Implementation of Inheritance Anomaly in Concurrent Programming)

  • 조명현;이명언
    • 전기학회논문지P
    • /
    • 제54권1호
    • /
    • pp.53-57
    • /
    • 2005
  • When concurrency is integrated to programming language, problem more than inheritance remains yet. Because more than inheritance happens by collision or cross fire between synchronization and inheritance of same time object, when synchronization code is not detached properly from method code about same time object, it makes expanded of code to make derivation class change synchronization code of super class and method code. In this paper, minimize right of inheritance method, When subclass is introduced to new synchronization limitation condition, wish to solve problem more than inheritance of three types that happen in same time programming embodying C++ class that do so that can avoid alteration of method reed.