Problem related to browser time out....

  • Thread starter Thread starter Amar
  • Start date Start date
A

Amar

hi all,

I am executing my PERL script using web browser in which a Oracle
procedure executes . It takes a long time to complete so my browser is
always get time out and my script is killed by server.
There is nothing return from this procedure as it contains delete
queries only.
So I can not print any thing during procedure execution to the
browser. and I also used clear buffer variable (i.e $|=1;).

So what should I do to solve this problem....

Plz help me out....

Amar Nath Gupta
www.Indiamart.com
 
Amar said:
hi all,

I am executing my PERL script using web browser in which a Oracle
procedure executes . It takes a long time to complete so my browser is
always get time out and my script is killed by server.
There is nothing return from this procedure as it contains delete
queries only.
So I can not print any thing during procedure execution to the
browser. and I also used clear buffer variable (i.e $|=1;).

So what should I do to solve this problem....

Plz help me out....

Amar Nath Gupta
www.Indiamart.com

You need to post your query to a more suitable newsgroup, this one is
for The Sims.
 
Back
Top