GB2446608B - Multi-machine shell - Google Patents

Multi-machine shell

Info

Publication number
GB2446608B
GB2446608B GB0703112A GB0703112A GB2446608B GB 2446608 B GB2446608 B GB 2446608B GB 0703112 A GB0703112 A GB 0703112A GB 0703112 A GB0703112 A GB 0703112A GB 2446608 B GB2446608 B GB 2446608B
Authority
GB
United Kingdom
Prior art keywords
shell
control program
slave processes
processes
command
Prior art date
Legal status (The legal status 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 status listed.)
Expired - Fee Related
Application number
GB0703112A
Other versions
GB0703112D0 (en
GB2446608A (en
Inventor
Paul Tapper
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to GB0703112A priority Critical patent/GB2446608B/en
Publication of GB0703112D0 publication Critical patent/GB0703112D0/en
Publication of GB2446608A publication Critical patent/GB2446608A/en
Application granted granted Critical
Publication of GB2446608B publication Critical patent/GB2446608B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

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/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
    • G06F9/45508Runtime interpretation or emulation, e g. emulator loops, bytecode interpretation
    • G06F9/45512Command shells
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • 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/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • G06F9/5038Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals considering the execution order of a plurality of tasks, e.g. taking priority or time dependency constraints into consideration

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

A shell control program 401 is deployed on a controlling computer 402 of a distributed computer system. The shell control program reads commands input from a command source, either user input or script, and passes this input to a parser which generates parsed code for execution by shell slave processes 404. The shell control program also determines which shell slave processes are required to execute a command. This may involve a plurality of shell slave processes on a plurality of machines or a single machine. Once the shell control program has identified the type and location for the required shell slave processes it determines if the required shell slave processes are already present in the system and if not creates them. Instructions for executing parts of the command are then distributed to the identified shell slave processes to complete the execution and return results to the shell control program. The shell control program can be completely platform independent using JAVA. Each of the shell slave processes can have multiple input and output data streams routed directly or indirectly between processes in the network. Pseudo terminal instances (507, figure 5) may be set up by the shell slave processes allow command processes (501, 502, 503) to be processed on remote computers as they would be had they been executed on the controlling computer.
GB0703112A 2007-02-17 2007-02-17 Multi-machine shell Expired - Fee Related GB2446608B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
GB0703112A GB2446608B (en) 2007-02-17 2007-02-17 Multi-machine shell

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
GB0703112A GB2446608B (en) 2007-02-17 2007-02-17 Multi-machine shell

Publications (3)

Publication Number Publication Date
GB0703112D0 GB0703112D0 (en) 2007-03-28
GB2446608A GB2446608A (en) 2008-08-20
GB2446608B true GB2446608B (en) 2011-03-02

Family

ID=37908820

Family Applications (1)

Application Number Title Priority Date Filing Date
GB0703112A Expired - Fee Related GB2446608B (en) 2007-02-17 2007-02-17 Multi-machine shell

Country Status (1)

Country Link
GB (1) GB2446608B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011075117A1 (en) * 2009-12-14 2011-06-23 Hewlett-Packard Development Company, L.P. Modifying computer management request
CN112579266B (en) * 2019-09-30 2024-03-08 杭州海康机器人股份有限公司 Flow scheduling method and device for visual software

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6721808B1 (en) * 2000-09-13 2004-04-13 Cisco Technology, Inc. Real-time creation of distributed object shell commands
GB2394575A (en) * 2002-09-10 2004-04-28 Sun Microsystems Inc System for a distributed shell in a distributed computer environment
US6886024B1 (en) * 1999-10-26 2005-04-26 Nec Corporation Distributed application control system, control method and a program
WO2005074408A2 (en) * 2004-01-16 2005-08-18 Microsoft Corporation Remote system administration using command line environment
US20060026601A1 (en) * 2004-07-29 2006-02-02 Solt David G Jr Executing commands on a plurality of processes

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6886024B1 (en) * 1999-10-26 2005-04-26 Nec Corporation Distributed application control system, control method and a program
US6721808B1 (en) * 2000-09-13 2004-04-13 Cisco Technology, Inc. Real-time creation of distributed object shell commands
GB2394575A (en) * 2002-09-10 2004-04-28 Sun Microsystems Inc System for a distributed shell in a distributed computer environment
WO2005074408A2 (en) * 2004-01-16 2005-08-18 Microsoft Corporation Remote system administration using command line environment
US20060026601A1 (en) * 2004-07-29 2006-02-02 Solt David G Jr Executing commands on a plurality of processes

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
"Distributed Shell over Peer-to-Peer Network" Truong, M and Harwood, A available at http://www.cs.mu.oz.au/ïaharwood/online/TruongHarwood-2003b.pdf *
"Virtual Private Grid: A Command Shell for Utilizing Hundreads of Machines Efficiently" Kaneda, K, Taura, K and Yonezawa, A Background document available at http://citeseer.ist.psu.edu/609802.html and software downloadable from http://www.yl.is.s.u-tokyo.ac.jp/ïkaneda/vpg/ *

Also Published As

Publication number Publication date
GB0703112D0 (en) 2007-03-28
GB2446608A (en) 2008-08-20

Similar Documents

Publication Publication Date Title
WO2007149532A3 (en) Compiler system, method and software for a resilient integrated circuit architecture
WO2007012794A3 (en) Algebraic single instruction multiple data processing
WO2008003930A3 (en) Techniques for program execution
WO2007023391A3 (en) System and method for providing a remote user interface for an application executing on a computing device
WO2009111195A3 (en) Secure browser-based applications
IL171906A (en) Instructions to assist the processing of a cipher message
WO2007146731A3 (en) Cluster computing support for application programs
WO2006073666A3 (en) Selecting instruction set architectures using instruction address attributes
JP2009076072A5 (en)
WO2009136080A3 (en) System and method for securing a computer comprising a microcore
ATE381059T1 (en) SYSTEM FOR EXECUTING INTERMEDIATE CODE, METHOD FOR EXECUTING INTERMEDIATE CODE, AND COMPUTER PROGRAM PRODUCT FOR EXECUTING INTERMEDIATE CODE
WO2007069241A3 (en) Active ip control device
CN102929214A (en) Embedded multi-processor parallel processing system and running method for same
WO2004086220A3 (en) Controlled execution of a program used for a virtual machine on a portable data carrier
CN106527335A (en) PLC supporting coroutine function
CN1329818C (en) Implement method of the man machine command based on plain text command script files
GB2446608B (en) Multi-machine shell
KR20110100070A (en) Method and apparatus for simulation of multi core system using reconfigurable processor core
DE602004007879D1 (en) Service provisioning system
CN102752332B (en) A kind of service activation method and device
JP2010039913A5 (en)
JP2007221364A (en) Expansion method of controller, control system, and control device
JP2008242572A (en) Control processing simulation device
TW200727097A (en) A method for executing booting process under a abnormal situation and a control chip for booting process
US10088834B2 (en) Control system having function for optimizing control software of numerical controller in accordance with machining program

Legal Events

Date Code Title Description
746 Register noted 'licences of right' (sect. 46/1977)

Effective date: 20150217

PCNP Patent ceased through non-payment of renewal fee

Effective date: 20230217