It would be great if MPD on Windows can have the "auto update" feature.
That is one of the most desired feature i need for Windows platform.

As a user, I'm very glad to see that MPD's development now is active again.
Thank you guys.

Gui


On Tue, Jan 29, 2013 at 1:33 AM, Denis Krjuchkov <de...@crazydev.net> wrote:

> 27.01.2013 23:30, Max Kellermann пишет:
> > According to quick searches on the net, neither libevent nor libev
> > seems to work well with Bionic (Android's libc).  However, for
> > Android, we could simply roll our own event loop.  That's not too
> > hard, and the scalability of libevent/libev is not required here.
> >
>
> If we choose to have custom event loops, having custom loop in Windows
> port seems a wise idea too. It should use WaitForMultipleObjects()
> instead of select() (like Glib). This could help with implementation of
> "auto update" feature because underlying API could notify file system
> changes via waitable HANDLE. Also WakeFD could be simplified to single
> event object instead of current poor socket pair.
>
> --
> Denis
>
>
> ------------------------------------------------------------------------------
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. ON SALE this month only -- learn more at:
> http://p.sf.net/sfu/learnnow-d2d
> _______________________________________________
> Musicpd-dev-team mailing list
> Musicpd-dev-team@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team
>
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team

Reply via email to