There is a formula to implement caching but it's very complicated and nobody has had time to work on it. You have to take every single input variable into account when caching because who is calling the extension, why they are calling it when they are calling it all make a difference.
Web servers are designed to get thousands of hits per second so typically they can handle delivering custom xml instruction quite well. If you do not require such a dynamic setup, you could generate static files instead. On Sun, Nov 22, 2009 at 5:43 PM, Tim Uckun <[email protected]> wrote: > On Fri, Nov 20, 2009 at 3:03 AM, Rob Forman <[email protected]> wrote: > > Hi Sam, > > Take a look at mod_xml_curl. Pretty sure it'll do everything you're > looking > > for. > > > Looking at that diagram it seems like mod_xml_curl makes a call for > every SIP connection. That seems like overkill. Is there a way to set > it up so that it caches the XML it got for a period of time? > > _______________________________________________ > FreeSWITCH-users mailing list > [email protected] > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Anthony Minessale II FreeSWITCH http://www.freeswitch.org/ ClueCon http://www.cluecon.com/ Twitter: http://twitter.com/FreeSWITCH_wire AIM: anthm MSN:[email protected] <msn%[email protected]> GTALK/JABBER/PAYPAL:[email protected]<paypal%[email protected]> IRC: irc.freenode.net #freeswitch FreeSWITCH Developer Conference sip:[email protected] <sip%[email protected]> iax:[email protected]/888 googletalk:[email protected]<googletalk%3aconf%[email protected]> pstn:213-799-1400
_______________________________________________ FreeSWITCH-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
