ok I do use an Apache Server and I have the following situations.
now my question is, why this happens? is this because Apache server uses only a single thread connection for a single client? or because of long polling the connection became persistent other XHR request can't be granted?
my server is a XAMPP 1.8.0 with Apache 2.4.2
found already the answer here.
I need to use the function below
session_write_close();