Software Engine

From GM-RKB
Jump to navigation Jump to search

A Software Engine is a Computer Program that is a central of a Computer Software.



References

2019a

  • (Wikipedia, 2019) ⇒ https://en.wikipedia.org/wiki/Software_engine Retrieved:2019-4-27.
    • A software engine refers to a central part of a computer program. The concept has however taken on slightly different meanings depending on context.

      (...)The field of computer science uses the term Engine to provide a mental model of software components an order of magnitude more complex than ordinary modules of software (such as the libraries, SDKs or objects mentioned above). Software modules remain static until called upon by another module. In response to the call, the instruction pointer of the computer begins tracing its way through the code in the called upon module. A software module is a Turing machine, which changes its state based on the algorithms that it contains.

      In contrast, the mental model of a software engine is a mechanical engine, which one can start and stop, and which may run idle for periods of time. Examples of software engines include relational database engines, workflow engines, inference engines and search engines. A common characteristic of software engines is metadata that provides models of the real data that the engine processes. Software modules pass data to the engine, and the engine uses its metadata models to transform the data into a different state.

      Another characteristic of software engines consistent with their mental model is the ability to tune software engines for optimal performance. In contrast, software modules can be "tuned" only by rewriting them.

      API engines like Varnish engine is a high capability API system.

      In Data science you could use data serving engines like streaming engines or data transformation engines which transform data which is a requirement of heavy duty applications.

      Other examples of engines are Audio, Video, Image heavy processing engines

      and specialized proprietary rendering engines in Hollywood films which require lot of visual optimizations.

      NMap has a scripting engine & many Nnets also use Decision Engines for their DM Models.