five minutes is too long. you need to start a back ground thread to do the
work, then have the browser poll for completion. google this group on
progress bar for more info.
-- bruce (sqlwork.com)
"jacob" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi everyone:
> I have a problem in ASP NET. Here is my situation.
> I developed an ASP NET application. It concerns data statistics.
> DB is oracle 10g, Web server is IIS 6.0, Server OS is Win2003, Client
> OS is Winxp,
> Develepment Platform is VS2003. In DB, data of a major table is huge,
> ( 6~9 milllions)
> I have to do some statistics on that huge table, then fill the result
> to htmltable.
> Here comes the problem.
> If the job takes less than 5~6 minutes, IE of client will show the
> correct result.
> If the job takes more than 6 minutes, IE of client has no response.
> When I monitored
> the log in Server, it showed the job had completed. So I doubt server
> can not push the
> data back to client after the request takes more than 5~6 minutes.
> could some one give me some advices?
> any suggestion will be appreciated.
>
> Server Hardware : DELL SERVER P4 3.0G, 1G RAM, 160G HD
> IIS and Oracle 10g are installed in the same machine.
> Does two of them conflict in one server?
> Sorry for my poor english
>
|