aboutsummaryrefslogtreecommitdiff
path: root/src/zencompute/httpfunctionservice.cpp
Commit message (Collapse)AuthorAgeFilesLines
* restructured DeferredDirectoryDeleter so it can handle explicit expirationStefan Boberg13 days1-2/+11
| | | | restructured the code so that directory deletion can be scheduled after the response has been sent.
* changed how CPU metrics are tracked, to avoid some of the overheads of the ↵Stefan Boberg2026-02-251-2/+2
| | | | previous approach
* added ZEN_TRACE_CPU to various functionsStefan Boberg2026-02-251-0/+2
|
* minor matcher cleanupStefan Boberg2026-02-251-3/+3
|
* tweaked logger name apply -> computeStefan Boberg2026-02-251-1/+1
|
* structured compute basics (#714)Stefan Boberg2026-02-181-0/+709
this change adds the `zencompute` component, which can be used to distribute work dispatched from UE using the DDB (Derived Data Build) APIs via zenserver this change also adds a distinct zenserver compute mode (`zenserver compute`) which is intended to be used for leaf compute nodes to exercise the compute functionality without directly involving UE, a `zen exec` subcommand is also added, which can be used to feed replays through the system all new functionality is considered *experimental* and disabled by default at this time, behind the `zencompute` option in xmake config