<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le jeu. 10 oct. 2019 14 h 11, Stirling Westrup <<a href="mailto:swestrup@gmail.com">swestrup@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I know that GStreamer is multi-threaded, but I'm worried that it<br>
doesn't make efficient use of CPUs like the new AMD 64-core<br>
processors. Are there plans to better support such devices in the<br>
future? Are there any recommendations for folks targeting such<br>
equipment today?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Do you have numbers to support this ? I've done some test on ThreadRipper 2990, and many things scale very well after configuring it (tried software encoding and software color conversion). Of course, just adding queues as a parallel method won't work, but many element already have ability to use multiple threads internally.</div><div dir="auto"><br></div><div dir="auto">For servers, where the 64 threads can easily be exhausted, I believe the best way forward is using the rust threadshare, looks a bit experimental, but sounds like the right approach.</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
-- <br>
Stirling Westrup<br>
Programmer, Entrepreneur.<br>
<a href="https://www.linkedin.com/e/fpf/77228" rel="noreferrer noreferrer" target="_blank">https://www.linkedin.com/e/fpf/77228</a><br>
<a href="http://www.linkedin.com/in/swestrup" rel="noreferrer noreferrer" target="_blank">http://www.linkedin.com/in/swestrup</a><br>
<a href="http://technaut.livejournal.com" rel="noreferrer noreferrer" target="_blank">http://technaut.livejournal.com</a><br>
<a href="http://sourceforge.net/users/stirlingwestrup" rel="noreferrer noreferrer" target="_blank">http://sourceforge.net/users/stirlingwestrup</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank" rel="noreferrer">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a></blockquote></div></div></div>