[asterisk-bugs] [Asterisk 0016521]: Optimize queries to cache matches

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Dec 29 01:11:17 CST 2009


The following issue has been SUBMITTED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=16521 
====================================================================== 
Reported By:                tilghman
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   16521
Category:                   PBX/pbx_realtime
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     new
Asterisk Version:           SVN 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 236434 
Request Review:              
====================================================================== 
Date Submitted:             2009-12-29 01:11 CST
Last Modified:              2009-12-29 01:11 CST
====================================================================== 
Summary:                    Optimize queries to cache matches
Description: 
A long-running problem of the Realtime Extensions driver has been that it
runs the same query 3 times for each extension priority, which is
incredibly inefficient.  JR Richardson noted this in a recent post,
thinking that it was a bug or a problem on his end.

Hence, I introduce caching for realtime extensions of 1 second, which is
more than enough to cut out these extra sets of queries, but not so long as
to make the realtime extensions no longer quite realtime.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-12-29 01:11 tilghman       New Issue                                    
2009-12-29 01:11 tilghman       Asterisk Version          => SVN             
2009-12-29 01:11 tilghman       Regression                => No              
2009-12-29 01:11 tilghman       SVN Branch (only for SVN checkouts, not tarball
releases) =>  trunk          
2009-12-29 01:11 tilghman       SVN Revision (number only!) => 236434          
======================================================================




More information about the asterisk-bugs mailing list