KX Community

Find answers, ask questions, and connect with our KX Community around the world.
KX Community Guidelines

Home Forums kdb+ Prevent a q application from exiting when it doesn’t have a port. Re: Prevent a q application from exiting when it doesn’t have a port.

  • calum_h

    Member
    December 5, 2022 at 12:00 am

    Thanks David,

    We started listening on the original port but blocked incoming connections with a temporary overwrite to .z.pw. When all start up conditions were completed we returned to the original .z.pw.

    My only concern is that this is a workaround for an issue that I don’t really understand. Why does a q application require a port to be active to prevent it from sending a zero exit status during idle time?