Difference between revisions of "User:DavidJCobb/Stack dumping"

m
imported>DavidJCobb
imported>DavidJCobb
Line 94: Line 94:
   pbBusy = True                        ; Block concurrent calls.
   pbBusy = True                        ; Block concurrent calls.
   Int iTasksToProcess = piHitsToProcess ; This is how many times we plan to process our task.
   Int iTasksToProcess = piHitsToProcess ; This is how many times we plan to process our task.
   piBlocked = 0                         ; Reset the concurrent call counter, so we can handle calls that happen while we process.
   piHitsToProcess = 0                   ; Reset the hit counter, so we can handle hits that happen while we're processing right now.
   Int iIterator = 0
   Int iIterator = 0
   While iIterator < iTasksToProcess
   While iIterator < iTasksToProcess
Anonymous user