35#include "src/jazz_main/server.h"
38#ifndef INCLUDED_JAZZ_CATCH2
39#define INCLUDED_JAZZ_CATCH2
41#include "src/catch2/catch.hpp"
47#ifndef INCLUDED_JAZZ_MAIN_INSTANCES
48#define INCLUDED_JAZZ_MAIN_INSTANCES
56#include "src/uplifted/uplifted_instances.h"
86extern HttpServer
HTTP;
Core: The execution unit is now a wrapper around onnx-runtime.
Definition core.h:89
Channels: A Container doing block transactions across media (files, folders, shell,...
Definition channel.h:227
Persisted: A Service to manage data objects in LMDB.
Definition persisted.h:93
A Jazz Service is a globally instanced configurable object that may allocate RAM.
Definition utils.h:285
Volatile: A Service to manage data objects in RAM.
Definition volatile.h:244
A language to access any container by base using locators.
Definition base_api.cpp:39
The namespace for Jazz Utils, Blocks, Kinds, Tuples, Containers, etc.
Definition block.cpp:39
The http API, instancing and building the server.
Definition api.cpp:42
bool stop_service(pService service)
A little utility to stop services writing output to the console.
Definition instances.cpp:413
Volatile VOLATILE
The container allocating volatile blocks.
void init_http_callback()
The initialization of the global variables for http_request_callback().
Definition instances.cpp:384
Core CORE
The container running Bop code.
Persisted PERSISTED
The container allocating persisted blocks.
HttpServer HTTP
The server.
pMHD_Daemon Jazz_MHD_Daemon
The MHD_Daemon created by MHD_start_daemon()
Definition instances.cpp:78
bool start_service(pService service)
A little utility to start services writing output to the console.
Definition instances.cpp:396
MHD_Daemon * pMHD_Daemon
Definition server.h:62
Channels CHANNELS
The container channeling blocks.
void signalHandler_SIGTERM(int signum)
Definition instances.cpp:438
Concepts: A tree of Snippets with support fro blending that populates a semantic space.
Definition concept.cpp:39