LogoLogo
  • Overview
    • Intro
    • Fair Math Actor
      • Fair Math Controller
      • Fair Math VM
      • Setup an Actor
    • Hello (CIFAR) world!
  • FHE Computer
    • Overview
    • Architectural Layers
      • Application Layer
      • Orchestration Layer
      • Verification Layer
      • Execution Layer
      • Data Layer
    • ISA
      • fhe
      • arith
      • tensor
      • polycircuit
    • Operating System
      • Computer State
      • Application
        • Running Applications
        • External Functions
        • Interactive APPS
      • Execution Graph and Tasks
        • Atomic and Composite Instructions
        • Instruction Unrolling
        • Task Dependencies
        • Execution Graph
      • Process
        • Process lifecycle
        • Resource Allocation and Isolation
      • Order Book
        • Matching Mechanism
        • Task Complexity
        • Instruction Complexity
        • Task re-Delegation
      • Context
        • Context Structure
      • FHE Component Repository
    • Fair Math Actors
      • Task State Monitoring
      • Execution Pairs
      • Rewards and Penalties
    • Ethereum Endpoint
    • CIFAR10 App
  • Whitepapers
    • FHE Computer
    • FHERMA
  • FHERMA
  • Resources
    • Computer CLI
    • FHERMA
    • POLYCIRCUIT (CPP)
    • OpenFHE-rs
    • Talks and Podcasts
  • Social
    • Twitter
    • Linkedin
    • Website
    • Github
Powered by GitBook
LogoLogo
On this page
  1. FHE Computer
  2. Operating System
  3. Order Book

Task re-Delegation

PreviousInstruction ComplexityNextContext

Last updated 5 months ago

Actors can re-delegate tasks or parts of tasks back to the order book. This introduces a dynamic and scalable approach to task execution.

For instance, an actor may take on a complex task consisting of several components. During execution, the actor can decide:

  • To execute the components locally if it is efficient in terms of time and resources.

  • To place some instructions back into the order book if delegation is deemed more cost-effective.

This capability transforms actors into local, partial orchestrators capable of dynamically adapting to changing conditions. If, during task execution, an actor determines that delegating specific instructions to other actors will result in faster or cheaper execution, it can initiate this process. The delegated instructions are returned to the order book, becoming available to other actors.

The detailed process of Application running is depicted below

Page cover image