Hi all,
I'm creating a fairly large web-application that uses a reasonable amount of AJAX.
My question is; will it cause problems (in terms of process speed, overall performance and most importantly if it's actually possible) to run this application from multiple computers?
Primarily if, for example, two separate computers access a portion of the application that uses AJAX at or around the same time, will this cause an overlapping issue?
Thanks for any answers and/or insight