views:

33

answers:

1

Hi,

Im building a small webshop in .net .The webshop solution will contain several "webshops" that use the same server. My question is this: When i have a product menu and product listing. Will there be any performence problems with using jQuerey Ajax calls to get the selected product/products? There will be many calls to the same webservice and the webservice will get the product data from a SQL server and return a xml file. The hardware and server itself will not be a bottleneck.

Thanks for any feedback on this!

Best Regards Marthin

A: 

No, there won't be. Whether you will do this with ajax, or with a normal request, the load on the server will be the same.

Bozho
Thanks for the help!
Marthin