WO2012118268A3 - 멀티 버추얼 머신을 이용한 멀티 쓰레드 처리시스템 및 그 방법 - Google Patents

멀티 버추얼 머신을 이용한 멀티 쓰레드 처리시스템 및 그 방법 Download PDF

Info

Publication number
WO2012118268A3
WO2012118268A3 PCT/KR2011/009483 KR2011009483W WO2012118268A3 WO 2012118268 A3 WO2012118268 A3 WO 2012118268A3 KR 2011009483 W KR2011009483 W KR 2011009483W WO 2012118268 A3 WO2012118268 A3 WO 2012118268A3
Authority
WO
WIPO (PCT)
Prior art keywords
virtual machine
function call
thread
processing system
method therefor
Prior art date
Application number
PCT/KR2011/009483
Other languages
English (en)
French (fr)
Other versions
WO2012118268A2 (ko
Inventor
김정택
Original Assignee
㈜지노게임즈
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by ㈜지노게임즈 filed Critical ㈜지노게임즈
Publication of WO2012118268A2 publication Critical patent/WO2012118268A2/ko
Publication of WO2012118268A3 publication Critical patent/WO2012118268A3/ko

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4482Procedural
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/38Concurrent instruction execution, e.g. pipeline or look ahead
    • G06F9/3836Instruction issuing, e.g. dynamic instruction scheduling or out of order instruction execution
    • G06F9/3851Instruction issuing, e.g. dynamic instruction scheduling or out of order instruction execution from multiple instruction streams, e.g. multistreaming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45504Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/461Saving or restoring of program or task context
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/485Task life-cycle, e.g. stopping, restarting, resuming execution
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/544Buffers; Shared memory; Pipes

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)
  • Multimedia (AREA)
  • Telephonic Communication Services (AREA)

Abstract

멀티 버추얼 머신을 이용한 멀티 쓰레드 처리시스템 및 그 방법이 개시된다. 상기 멀티 버추얼 머신을 이용한 멀티 쓰레드 처리방법은 제1스레드(thread)를 처리하기 위해 제1VM(virtual machine)에 할당된 제1액터가 제2액터로 제1펑션 콜(function call)을 하면, 상기 제1펑션 콜을 하기 위해 상기 제1펑션 콜에 대응되는 제1스택정보가 상기 제1스레드 및 상기 제1VM에 대응되는 제1스택에 삽입되는 단계, 상기 제1VM에 할당된 제3액터가 제2스레드를 처리하기 위해 상기 제1펑션 콜이 완료되기 전에 제2펑션 콜을 하는 단계, 및 상기 제2펑션 콜을 하기 위해 상기 제2펑션 콜에 대응되는 제2스택정보가 상기 제2스레드 및 상기 제1VM에 대응되는 제2스택에 삽입되는 단계를 포함한다.
PCT/KR2011/009483 2011-02-28 2011-12-08 멀티 버추얼 머신을 이용한 멀티 쓰레드 처리시스템 및 그 방법 WO2012118268A2 (ko)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020110017732A KR101191727B1 (ko) 2011-02-28 2011-02-28 멀티 버추얼 머신을 이용한 멀티 쓰레드 처리시스템 및 그 방법
KR10-2011-0017732 2011-02-28

Publications (2)

Publication Number Publication Date
WO2012118268A2 WO2012118268A2 (ko) 2012-09-07
WO2012118268A3 true WO2012118268A3 (ko) 2012-10-26

Family

ID=46758345

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2011/009483 WO2012118268A2 (ko) 2011-02-28 2011-12-08 멀티 버추얼 머신을 이용한 멀티 쓰레드 처리시스템 및 그 방법

Country Status (2)

Country Link
KR (1) KR101191727B1 (ko)
WO (1) WO2012118268A2 (ko)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102110760B1 (ko) * 2018-08-07 2020-05-15 매트릭스테크 주식회사 멀티 쓰레드 기반의 3차원 모델링 데이터 처리 장치 및 이의 동작 방법
CN109933411B (zh) * 2019-03-31 2021-03-30 山东超越数控电子股份有限公司 一种在线修改虚拟机内部配置系统及方法
CN110245005B (zh) * 2019-06-21 2021-05-25 中国人民解放军陆军工程大学 一种云训练平台

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070011667A1 (en) * 2005-05-25 2007-01-11 Saravanan Subbiah Lock management for clustered virtual machines
KR20080054324A (ko) * 2006-12-12 2008-06-17 한국전자통신연구원 멀티 쓰레드 기반 센서 운영체제 환경에서의 스택 할당방법
JP2008146674A (ja) * 2008-02-04 2008-06-26 Toshiba Corp 自動分散処理システム
US20100031252A1 (en) * 2008-07-29 2010-02-04 Compuware Corporation Method And System For Monitoring The Performance Of An Application And At Least One Storage Device For Storing Code Which Performs The Method

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101080845B1 (ko) 2009-10-30 2011-11-07 (주)지노게임즈 교착 상태의 방지를 위한 데이터 처리 방법 및 시스템

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070011667A1 (en) * 2005-05-25 2007-01-11 Saravanan Subbiah Lock management for clustered virtual machines
KR20080054324A (ko) * 2006-12-12 2008-06-17 한국전자통신연구원 멀티 쓰레드 기반 센서 운영체제 환경에서의 스택 할당방법
JP2008146674A (ja) * 2008-02-04 2008-06-26 Toshiba Corp 自動分散処理システム
US20100031252A1 (en) * 2008-07-29 2010-02-04 Compuware Corporation Method And System For Monitoring The Performance Of An Application And At Least One Storage Device For Storing Code Which Performs The Method

Also Published As

Publication number Publication date
WO2012118268A2 (ko) 2012-09-07
KR101191727B1 (ko) 2012-11-21
KR20120098051A (ko) 2012-09-05

Similar Documents

Publication Publication Date Title
WO2012099801A3 (en) Ordering document content
WO2013101504A3 (en) Visual command processing
WO2012103827A3 (zh) 一种容器状态的保存和恢复的方法及装置
WO2012125200A3 (en) Dynamic core selection for heterogeneous multi-core systems
GB201219578D0 (en) System and control method
WO2015001360A3 (en) System for automating processes
WO2012138628A3 (en) Methods and apparatus to manage process control resources
EP2659399A4 (en) System and method for providing contextual actions on a search results page
WO2011127863A3 (zh) 开放应用程序编程接口调用方法及设备
WO2012073027A3 (en) Content provision
WO2011107942A3 (en) Method for processing peroxygen solutions
WO2011097316A3 (en) Securitization system and process
WO2011127865A3 (zh) 内存转储处理方法和装置及内存转储系统
GB2488259A (en) Flash memory controller
WO2013115565A3 (ko) 가상 머신 관리 방법 및 이를 위한 장치
WO2013052684A3 (en) Low latency two-level interrupt controller interface to multi-threaded processor
WO2012178163A3 (en) Optimal network configuration repair
GB2478355B (en) Method for controlling a brake and brake system with reduced energy losses as well as computer program product, software and signal sequence
WO2012118268A3 (ko) 멀티 버추얼 머신을 이용한 멀티 쓰레드 처리시스템 및 그 방법
WO2011113380A3 (zh) 视频专题制作方法和系统
IN2014KN00748A (ko)
WO2012005499A3 (ko) 아바타 생성 방법 및 장치
HK1219269A1 (zh) 化合物及其生產方法,以及用於生產磷酸奧司他韋的方法
WO2012107445A3 (en) Soft substrate for cell culture and process for preparing the same
WO2011159660A3 (en) Concept-based data processing

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 11859976

Country of ref document: EP

Kind code of ref document: A2

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205N DATED 12/12/2013)

122 Ep: pct application non-entry in european phase

Ref document number: 11859976

Country of ref document: EP

Kind code of ref document: A2