Node-DC/Node-DC-EIS

Database populate request timesout with large number

Opened this issue · 0 comments

Current process is very simple. Client makes one call to the server to load database and waits till the request is complete which could be very long time for large number of requests. It will be better to build a logic where client makes a request, server returns quickly and client checks for the completion by communicating with the server every few seconds or so. Any other ideas?