wait,
please correct me if i don't got it:
are you saying that a page
with multiple ajax requests is not possible
to be processed in parallel,
with the standard session management ??
that is, i see that ajax is working on my page
but, behind the scenes, iis can process
only one request by session ???
all the work that i see ajax is doing
is not actually in paralell (with std session mgt) ??
"Anthony Jones" <> escribió en el mensaje
news:...
>
> "deostroll" <> wrote in message
> news: ups.com...
> > Jon Paal said:
> >
> > >You can't check the progress of an ASP script from the client side.
> >
> > I have tried using response.flush, it does not work.
> >
> > Technically my requirement does not deal with checking the progress of
> > the asp script. Rather I want to monitor some variables at runtime.
> >
>
> You need to turn off the standard ASP session management and turn off ASP
> debugging before you can get ASP to process more than one request from the
> same client.
>
>
|