I once wrote a patch for "fifo delete", but didn't submit to jira. If someone think it's useful to merge into trunk, I think I can still find the code, but sure need to test with the current trunk.<br><br>
<div class="gmail_quote">2009/11/19 Michael Collins <span dir="ltr"><<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br><div class="gmail_quote"><div><div></div><div class="h5">On Wed, Nov 18, 2009 at 5:09 PM, mayamatakeshi <span dir="ltr"><<a href="mailto:mayamatakeshi@gmail.com" target="_blank">mayamatakeshi@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div><br><br><div class="gmail_quote">On Thu, Nov 19, 2009 at 6:36 AM, Michael Collins <span dir="ltr"><<a href="mailto:msc@freeswitch.org" target="_blank">msc@freeswitch.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br><div class="gmail_quote"><div><div></div><div>On Wed, Nov 18, 2009 at 8:32 AM, mayamatakeshi <span dir="ltr"><<a href="mailto:mayamatakeshi@gmail.com" target="_blank">mayamatakeshi@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
About mod_fifo, it would be safe to use it in multi-tenancy scenarios where domains are created and deleted all the time and in consequence, fifos are created all the time? I mean, fifos are eventually destroyed by mod_fifo itself. Is this correct?<br>
<br>br,<br>takeshi<br><br></blockquote></div></div><div><br>No, FIFOs are not "destroyed" automatically just because the last member goes away. Tony says that an empty FIFO takes up almost no memory so performance shouldn't be an issue. You can always issue the API command: <b>fifo reparse del_all</b> to clean everything out if you feel like things are getting out of hand.<br>
</div></div></blockquote></div><br></div></div>Thanks,<br>I have updated the mod_fifo wiki page.<br>
<br></blockquote></div></div><div><br>FYI, I was doing some other research and I noticed this on the mod_fifo wiki page:<br><br><b>fifo_destroy_after_use</b>: FreeSWITCH automatically create a new FIFO when
the first time use it, and keep in the memory hash. This var tell
FreeSWITCH destroy it to save memory. Using for a one time FIFO.
<br><br>So... you do have that option as well.<br>-MC<br></div></div><br>
<br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>