tags:

views:

128

answers:

0

I've build and setup site in IIS 6, with FastCGI and PHP 5.3. And I've built a page named data.php which will be accessed via these two URLs

  1. localhost/data.php?news

  2. localhost/data.php?article

the problem is that I can't open one of them while loading another one. Suppose I'm accessing localhost/data.php?news in browser and it will take 10 minutes to open, then open localhost/data.php?article, the later one won't be loaded even it just takes 1 second to shows.

Should I set any thing up to make this work?