Home › Forums › KX Academy › How do I make logging continue? › Re: How do I make logging continue?
-
the .z namespace | Reference | kdb+ and q documentation – Kdb+ and q documentation (kx.com) end of this section:
When kdb+ has completed executing a script passed as a command-line argument, and if there are no open sockets nor a console, kdb+ will exit. The timer alone is not enough to stop the process exiting it must have an event source which is a file descriptor (socket, console, or some plugin registering a file descriptor and callback via the C API
sd1
function).