Menu

Howto slowdown queries in loop

2012-06-17
2012-09-04
  • Sebastien Peterson

    Hi all,

    anybody would have a suggestion how to slow down queries/ loop execution ?

    Like a sleep() or wait()

    In advance, thanks !

    Seb

     
  • Selvin Fehric

    Selvin Fehric - 2012-06-17
    <script> Thread.sleep(5000); </script>

    This will pause process 5 seconds.

     
  • Sebastien Peterson

    Awesome,

    thanks a million !

    Seb.

     
  • Selvin Fehric

    Selvin Fehric - 2012-06-17

    No problem ;)

     
  • Anonymous

    Anonymous - 2012-07-23

    Howto break queries in loop, but not exit all processing?

     
  • Selvin Fehric

    Selvin Fehric - 2012-07-23

    Can you give example what you want to do? Maybe if-else statement could help?

     

Log in to post a comment.