On 2011/12/12 22:39, Jonathan Neuschäfer <j.neuschae...@gmx.net> wrote:
> Perhaps we should use system() instead of fork and exec. Max?

system() is easier to use and portable, but fork() gives you more
control; for example, you could try a list of executables in one child
process, instead of having to fork for every attempt.

Portability is important, as Avuton is preparing a WIN32 build.  If
the feature is made in a way that is not portable, it should be
auto-disabled (with #if) on incompatible platforms, or there should be
a fallback.

Max

------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team

Reply via email to