I'd like to use ajax to start asynchronously one php script. I try to use another ajax request to get information about progress of it... but. I can't. Second request will wait for the first one. Is it cause by the nature of PHP? I guess that it can be also caused by handling session in both of scripts - Am I right?

//edit

Due to asks - I use opera web browser. I will check also firefox with firebug as you recommended to me.

link|improve this question

76% accept rate
1  
not at all. it might be caused by implementation of multithreading in your browser. by the way, which one do you use? did you try different browsers? how do they behave? – heximal Aug 10 '11 at 7:46
1  
check that your ajax requests are asynchronous, async keyword in jQuery – regilero Aug 10 '11 at 8:15
feedback

1 Answer

Once you have created an xhtml-request it can be that you need another one. For this usecase there are some libraries avalaible.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.