Some ideas for more Node.js Features

Forums Personal Topics Unbidden Thoughts Some ideas for more Node.js Features

This topic contains 3 replies, has 1 voice, and was last updated by  josh April 29, 2022 at 7:19 pm.

  • Author
    Posts
  • #114349

    josh

    Looking at the history of Interix and related topics leads me to believe that the development direction of the MS Windows OS line deprecated generic support for asynchronous process communication. For that reason also, a Node.js helper might provide a valuable solution. For example, developers can create an asynchronous custom interface in a process that may or may not be used by later affiliated workers.

    • #114354

      josh

      Also appealing capability is the coordination of N cooperative processes, receiving an asynchronous signal that may call for the clean shutdown of M/N. It may be especially convenient at the Node interface to pause the M group or all N, while each of the M is cleanly shutdown, after which any remainers can resume execution progress.

  • #114357

    josh

    In some cases, it may be efficient & convenient to queue Node.js initiated jobs that communicate with an existing process or element of a thread pool. What does the request look like? Perhaps an open-ended json representation of request sub-type, encoded binary object interpreted by the type…more sugar??? text args, pre-liveness check requested?

You must be logged in to reply to this topic.