ASP and access from more than 1 browser the same time
I am very new in ASP programming. Now I have a unbeleaveable problem: I have
a ASP-Script, which loops from 1 to 100.000.000.000.000 (just endless) -
its only a test. If I navigate the first time with a browser to this page,
everything is ok, I see: 1000, 2000, 3000 etc. If I start a second browser
and navigate to the same page (the other browser is still running) I see:
nothing, I wait and wait etc.! If the first browser stops, the second browser
starts
Is this normal with ASP?
Urgent help required (heart attack is near!!)
Re: ASP and access from more than 1 browser the same time
How do you start the second instance of the Browser??By going to File-New
Window???If yes..then its becasue a New Browser Window is started in the
same thread as that of the older one.So its nothing unusual...can give your
a heart a lil' rest ;-)
-Sachin
"Stephan" <skoethe@hotmail.com> wrote in message
news:3b6275ac$1@news.devx.com...
>
> I am very new in ASP programming. Now I have a unbeleaveable problem: I
have
> a ASP-Script, which loops from 1 to 100.000.000.000.000 (just endless) -
> its only a test. If I navigate the first time with a browser to this page,
> everything is ok, I see: 1000, 2000, 3000 etc. If I start a second browser
> and navigate to the same page (the other browser is still running) I see:
> nothing, I wait and wait etc.! If the first browser stops, the second
browser
> starts
>
> Is this normal with ASP?
>
> Urgent help required (heart attack is near!!)
Re: ASP and access from more than 1 browser the same time
The whole server hangs until the ASP finished! If I access the server from
a other computer in the internet, it hangs until the first browser is finished
- this must be a very common problem!! Just program a ASP which needs "long"
for example a Search or something else - I think everybody have to wait until
the search is finished?!?!?!
*cryingstephan*
How do you start the second instance of the Browser??By going to File-New
Window???If yes..then its becasue a New Browser Window is started in the
same thread as that of the older one.So its nothing unusual...can give your
a heart a lil' rest ;-)
-Sachin