hassank1 Posted October 23, 2008 Share Posted October 23, 2008 I am new to ajax.. and I want to know how can I send and receive many requests simultaneously? Link to comment https://forums.phpfreaks.com/topic/129773-multiple-ajax-requestshow/ Share on other sites More sharing options...
F1Fan Posted October 23, 2008 Share Posted October 23, 2008 Could you elaborate a little? If I know what you mean, you could write a function for each request you want to make, then make another function that calls all the other AJAX functions. Link to comment https://forums.phpfreaks.com/topic/129773-multiple-ajax-requestshow/#findComment-672783 Share on other sites More sharing options...
priti Posted October 24, 2008 Share Posted October 24, 2008 hassank , i will recommend don't get in to multiple request becoz at time due to network slow down because of high traffic you will get trap in "Race condition" and unexpected behaviors . create signle request and handle you choice at server side based on selection do it. and still if you want to go for multiple request then take care of them well. Link to comment https://forums.phpfreaks.com/topic/129773-multiple-ajax-requestshow/#findComment-673652 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.