I am using webservices in my application,but i am facing the following performance(huge time tsking) problem. Working on the travel domain application.on searching the travel services. I am searching Flight,Hotel,Car and Forex services,
Flight service contains 3 webservices 1.galileo,Ezeego and makemy trip webservices(consumes 15 seconds to get response)
Hotel service contains 3 webservices 1.galileo,Hotelspro and Bookings.com webservices(consumes 25 seconds to get response)
Car service contains 3 webservices 1.cartrwaler webservices(consumes 15 seconds to get response)
and totally it will take 60 seconds to get the whole response from all services.
I am using Asp.net C# in a sequential way i am hitting the api. Can anyone please suggest me how can i reduce the performance time(5 sec) by using .net technology.
I think Multithreading is the way to do ,but in multithreading which concept i have to use,please guilde me.
Go to the complete details ...