KX Community

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

Home Forums kdb+ 'fd out of range' error during one-shot query Reply To: 'fd out of range' error during one-shot query

  • odriscog

    Member
    March 11, 2024 at 5:38 pm

    Formatting of the code snippet got messed up and won’t allow me to edit. See below:

    / Server (running on negative port)

    .cfg.handle::host:port:user:pass;</p><p>method:{[] .cfg.handle"til 5";};</p><pre><p><br></p><p>/ Client</p><p>h:hopen:server_host:server_port;

    h"method[]"; / throws 'fd out of range' error