Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kyle83

    Terminal Services - Way too much Disk writing

    I was trying to determine how much data was being written to my servers' hard disks today and I downloaded a program called SSDReady which shows me how many MBs are actively being written and read from the disk. First I tested it on my SQL2005 server, and its only needs to write about 500MB...
  2. kyle83

    ajax help please??

    Hi everyone, I'm having some trouble writing a function that periodically checks the user's connection. Basically I want to use setInterval to call the follownig function every 15 seconds or so.. The function will try and load a blank page (null.php). If it gets no response (readstate doesn't...
  3. kyle83

    Procomm waituntil command issues

    anyways, im pretty sure i've got it squared away for now, thanks for all the help guys..
  4. kyle83

    Procomm waituntil command issues

    geirendre, I did it this way because the "QUANTITIES" script has to BEGIN executing exactly 3 minutes after the START of the previous execution. The execution time for the script varies by a second or two each time, so this is the reasoning.
  5. kyle83

    Procomm waituntil command issues

    Thanks for the replies guys. I have implemented your suggestions and will be testing them for the next few days.. Like i said, its random, and my existing script is currently working for some reason, but will surely fail again some time soon. Knob, here is the Quantities script, thanks a lot...
  6. kyle83

    Procomm waituntil command issues

    Hi, I am using the script below to execute another script exactly every 3 minutes. Most of the time it works perfectly fine, but sometimes it seems that the script randomly doesn't acknowledge the waituntil command, and loops the "quantities" script over and over, really quickly. I run the...
  7. kyle83

    waituntil command problem

    Also, I would use the pause command, but the small amount of time that each iteration takes up makes it not execute exactly every 3 minutes. because the script processing time varies slightly each time.
  8. kyle83

    waituntil command problem

    Hi, Im fairly new to aspect scripting. In the following code below, I want it to loop this script every 3 minutes. I had it working for a little while, then all of a sudden it seemed to ignore the whole waituntil command, and would run over and over again, one right after the other. It wouldn't...

Part and Inventory Search

Back
Top