Jump to content

How long is too long for a script to execute? GetTimer()


mattkenefick

Recommended Posts

I'm using some scripts and they're executing from

 

.007 - .010

 

 

It defines many files, imports several files (total of maybe 20), encrypts 2 strings several times base64 IN flash, WWW-Authenticating to a PHP file, PHP grabs a MySQL Query, returns it, traces it.

 

That happens all in .007 seconds roughly.

 

 

How long is too long until you should find a new script.

 

 

If a script runs with a time of .05, is that the general limit or is that fast?

How long a script takes depends on what it's doing and how many times it does it, and how busy the server is (to name just a few of the variables).

 

There is no general limit.

 

Too long is longer than the timeout setting (many seconds).

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.