Monday 18 January 2016

too much async

before i get too far into this, here's the situation... i've inherited a server app and the job to add a feature. i'm pretty limited in how much i can change the architecture. client connects to server, makes its request, and expects a final response. the server takes the request and now has to connect to another server and start a process, which runs asynchronously, but can call back to my server when its done with the results. which somehow have to get back to the original process so they can be sent back to the client. i hope that makes sense. i'm not expecting any miracles, but some ideas on how to maybe approach this would be greatly appreciated.

Submitted January 18, 2016 at 11:06PM by drouu

No comments:

Post a Comment