[asterisk-bugs] [Asterisk 0011896]: [patch] Optimized update_realtime_member_field function
noreply at bugs.digium.com
noreply at bugs.digium.com
Wed May 21 13:25:27 CDT 2008
The following issue has been RESOLVED.
======================================================================
http://bugs.digium.com/view.php?id=11896
======================================================================
Reported By: atis
Assigned To: putnopvut
======================================================================
Project: Asterisk
Issue ID: 11896
Category: Applications/app_queue
Reproducibility: N/A
Severity: tweak
Priority: normal
Status: resolved
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 101580
Disclaimer on File?: N/A
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 01-31-2008 17:21 CST
Last Modified: 05-21-2008 13:25 CDT
======================================================================
Summary: [patch] Optimized update_realtime_member_field
function
Description:
Currently update_realtime_member_field does first load to find out current
uniqueid of member by interface and queue name, and only then updates
corresponding member record by uniqueid.
This can be optimized by storing uniqueid in member structure, making
update_realtime_member_field much more simpler and eliminating extra access
to realtime engine.
It won't break current systems (without uniqueid), as they are not
updating anyway.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
05-21-08 13:25 svnbot Status assigned => resolved
05-21-08 13:25 svnbot Resolution open => fixed
======================================================================
More information about the asterisk-bugs
mailing list