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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top