Asynchronous with OperationResponse

Options
Hi guys, I wonder how we add asynchronous with each operationResponse ? Or is it possible ?
I face with high CPU when each response connect to db and get data. I is multi-thread and take alot of CPU. Any idea to slove this problem ? Thank guys !

Comments

  • Tobias
    Options
    You have this issue on the client or on the server?
    All DB access should be async, because you also never know if it will respond quickly all the time (or at all)...