code wiki / _hdl_build / nx_gen_orchestrator_daemon.nx

nx_gen_orchestrator_daemon.nx

buildroot/runtime/_hdl_build/nx_gen_orchestrator_daemon.nx

3511 B70 linesdepth 9pulls 37 transitivereach 0 importersview sourcekind servicetopic gen
docsdependenciesstructsconstsfunctions

about

nx_gen_orchestrator_daemon.nx -- the deployable Elder AI gen daemon: argv config + accept-fork loop calling go_serve_conn (nx_gen_orchestrator lib). Runs behind nx_gen_gateway on loopback. argv: [1]=listen_port [2..5]=worker IPv4 octets [6]=worker_port [7]=store_prefix [8]=blobdir [9]=sidecar [10]=generator_host [11]=budget(opt) license_tier: ORIGINAL

dependencies 2 imports · 0 importers

nx_gen_orchestrator.nx nx_syscalls.nx nx_gen_orchestrator_daemon.nx

imports: nx_gen_orchestrator.nxnx_syscalls.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main sys_write sys_exit go_atoi sys_mmap nxa_die sys_write ↻ sys_exit ↻ nxa_lock_take nxa_lock_addr sys_write ↻ nxa_lock_give nxa_lock_addr ↻ nxa_report_overrun sys_write ↻ nxa_dump_printable sys_write ↻ nxa_dump_sizes sys_write ↻ sys_socket sys_setsockopt sys_bind sys_listen sys_accept sys_set_socket_timeout sys_mmap ↻ sys_setsockopt ↻ sys_munmap sys_fork sys_close go_serve_conn sys_set_socket_timeout ↻ sys_mmap ↻ go_read_full sys_read go_find_seq go_hdr_int go_find_seq ↻ go_find_seq ↻ go_reqpath

structs

none

consts

8const K_MAGIC_1000000: i64 = 1000000

functions

10func main(argc: i64, argv: *i64) -> i64