Opened 17 years ago

Closed 17 years ago

#3548 closed patch (fixed)

Use a thread condition in AutoExpire to remove busy loops

Reported by: Russell Bryant <russell@…> Owned by: cpinkham
Priority: minor Milestone: unknown
Component: mythtv Version: unknown
Severity: medium Keywords:
Cc: Ticket locked: no

Description

The attached patch modifies AutoExpire? in mythbackend to use a thread condition instead of busy loops when waiting to ensure that there is only one update pending at a time.

Attachments (1)

autoexpire.patch.txt (2.4 KB) - added by Russell Bryant <russell@…> 17 years ago.

Download all attachments as: .zip

Change History (3)

Changed 17 years ago by Russell Bryant <russell@…>

Attachment: autoexpire.patch.txt added

comment:1 Changed 17 years ago by cpinkham

Owner: changed from Isaac Richards to cpinkham

comment:2 Changed 17 years ago by cpinkham

Resolution: fixed
Status: newclosed

(In [13566]) Use a QWaitCondition in AutoExpire? to remove a couple busy loops.

Closes #3548 using patch by Russell Bryant.

Note: See TracTickets for help on using tickets.