Jump to content
Server Maintenance This Week. ×

prevent script from being interrupted on web


This topic is 8586 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I have a rather long script that's initiated from a web page. It seems that the script can be interrupted in the middle by any other action initiated from the website. For example, the script is running, and someone creates a new record at the same time, then the script is cancelled.

I have a 3 second pause inserted into the script. I thought that might be the problem. I tried to insert a user abort off into the script but that doesn't seem to help.

Any assistance would be greatly appreciated.

------------------

~~~~~~~~~~~~~~~~~~~~~~~~~

Tom Beidler

Orbit Tech Services

tbeidler@mindsprin

g.com

~~~~~~~~~~~~~~~~~~~~~~~~~

Link to comment
Share on other sites

  • 4 weeks later...

It was my understanding that all web activity is halted while a script is running on the server.

The only posible exception that I could think of would be somebody sitting at the server working on the same database at the same time. This is, of course, why servers should be dedicated -- to prevent this from happening.

Link to comment
Share on other sites

This topic is 8586 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.