We are working on the travel portal. We have integrated third party API as like Arzoo, Cleartrip etc. These API provider are taking time to send me the response almost 20-30 sec. This is very time consuming. What techniques i have to use to get the faster response from him. I thought to apply cache on my server and return the xml response to the user from cahche, rather than these live API. Take response once in a day for particular day and use it from server cache. These all provider are returning XML format response.
Can anyone please suggest a better way so that i can show flights on my portal within 5-10 sec. We are using web services of C#.
Thanks in advance.
No comments:
Post a Comment