#2088 closed defect (bug) (fixed)
Pings multiplying
Reported by: | skeltoac | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.0 |
Component: | Optimization | Keywords: | ping |
Focuses: | Cc: |
Description
If execute-pings.php is called a second time before the first is finished, pings will be repeated needlessly. This can slow a server down very quickly!
This patch fixes execute-pings.php so that it removes each job from the queue before working on it. Concurrent instances will play leap-frog rather than all piling onto a single lily pad, so to speak.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
These changes are incorporated into #2092, so if you're going to commit #2092 you probably don't want to commit this one.