Giter Site home page Giter Site logo

Add an Asynchronous Process Loader about tock HOT 3 CLOSED

bradjc avatar bradjc commented on June 11, 2024
Add an Asynchronous Process Loader

from tock.

Comments (3)

alevy avatar alevy commented on June 11, 2024 2

I agree with this proposal broadly, but just a nit:

This is somewhat historical: simple process loading only requires parsing flash, creating a Process struct, and iterating through flash. No split-phase operations are required and a synchronous function works fine.

I don't think this is purely "historical," in particular the most widely deployed use-case of Tock only has this exact model. Indeed, there is no credential checking, etc, for each process binary and everything should load before starting (or at least its perfectly fine to block starting to run until everything has loaded).

It is probably worth retaining the ability to do that simple version, even if many use-cases will only ever load things asynchronously.

from tock.

lschuermann avatar lschuermann commented on June 11, 2024

As a side note, one cool new feature this could enable is loading processes from (external) flash into RAM for chips or architectures that do not have XIP flash. I'm not sure whether this is impossible with the current architecture, but it might just be something to consider if we were redesigning these interfaces.

from tock.

bradjc avatar bradjc commented on June 11, 2024

As a side note, one cool new feature this could enable is loading processes from (external) flash into RAM for chips or architectures that do not have XIP flash. I'm not sure whether this is impossible with the current architecture, but it might just be something to consider if we were redesigning these interfaces.

That would certainly require async, and having a framework for async process loading would make extending to that case much easier.

from tock.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.