ajax

ajax

Hi, 

i have a simple question, i have started to use jquery in my website, and now i have a problem that i dont know how to resolve.

from time to time i have to update the database where i have to insert in the database records about +-200 users where i create about 200k in total without db verifications, this operation takes 2hours, where i have to view what is the status for each user. Now im using popup's and when the script in the popup finish i use javascript to recall it with the next user, and update the parent window.

My question is i want to change it ajax post, but i dont to call x time for x users, i want to call it once, but i wish to know the status for each user. Is there any way of send some information from the script called by the ajax to the main window without finish it?