Dear people at this group I have a problem regarding the number of asynchronous Ajax request the browsers nowadays can handle parallel. I've been searching for a solution, ajaxqueue (making requests synchonous so not useful) bajax etc etc. I've desigend a website with blocks and each block has its own ajax request to build up the screen (11 at startup), but waiting time makes the block to appear very slow. I'm using a JavaScipt/php message queue. Please help.