S
Shad
Hello,
I am developping an application that needs to launch several asp scripts at
the same time, to I have created threads which use one streamreader each.
This works fine, except that I need to be able to view the page while it is
still loading. In this case I can't use readtoend method, can I ?
Since the asp scripts output might be one letter per second or less, it
doesn't seem to work with "readblock" either.
Any suggestion pls ?
I am developping an application that needs to launch several asp scripts at
the same time, to I have created threads which use one streamreader each.
This works fine, except that I need to be able to view the page while it is
still loading. In this case I can't use readtoend method, can I ?
Since the asp scripts output might be one letter per second or less, it
doesn't seem to work with "readblock" either.
Any suggestion pls ?