Hi All,
I'm creating a script for uploading and processing something.
- user upload an excel file
- in the destination script, the excel data are converted to a query
- the query converted to json using SerializeJSON
- and then this json data is submitted one by one using ajax and setInterval function
currently the interval for setInverval is set to 500 (milliseconds). so far is safe and doesn't kill the web server.
from Firebugs Console tab, with this interval I saw maximum 2 concurrent ajax request.
is there any limitation on maximum concurrent ajax request when using CF and IIS?
I'm using CF 9 standar edition with IIS in win 2008 server.
Thank you
(sorry, english is not my mother tounge :p)