Home › Forums › kdb+ › Concurrent user request issues for sequential processing of processes › Re: Concurrent user request issues for sequential processing of processes
-
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.