V virtio199 New Member May 5, 2020 4 0 1 51 May 13, 2022 #1 Hi Guys I have been trying to understand the code, and am keen to know if XML files get generated or if all information is stored in DB and then loaded at into memory? Thanks K
Hi Guys I have been trying to understand the code, and am keen to know if XML files get generated or if all information is stored in DB and then loaded at into memory? Thanks K
DigitalDaz Administrator Staff member Sep 29, 2016 3,086 588 113 May 13, 2022 #2 The xml is generated dynamically from the DB and cache. The caching is very efficient. Reactions: virtio199
V virtio199 New Member May 5, 2020 4 0 1 51 May 13, 2022 #3 DigitalDaz said: The xml is generated dynamically from the DB and cache. The caching is very efficient. Click to expand... I would appreciate it if you can refer me to an example of how the XML is generated. Is it using fopen()?
DigitalDaz said: The xml is generated dynamically from the DB and cache. The caching is very efficient. Click to expand... I would appreciate it if you can refer me to an example of how the XML is generated. Is it using fopen()?
A agree Member Aug 26, 2018 135 24 18 May 17, 2022 #4 It uses lua to get the xml from the file cache or the database and passes it to freeswitch