KX Community

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

Home Forums kdb+ Concurrent user request issues for sequential processing of processes Re: Concurrent user request issues for sequential processing of processes

  • davidcrossey

    Member
    April 11, 2022 at 12:00 am

    To handle multiple concurrent client sync requests you could consider using deferred response to suspend sync queries whilst they are being processed, allowing your gateway to process further client requests. The result will be returned to the client when processing has completed.