I just open a new bug; bug 915733. As title, current IPC is passing messages to IO threads, then the IO thread serialize and write messages to sockets/or pipes between processes. At receiver side, it receives messages from sockets at IO thread, then post new tasks for messages to target threads; main thread for example. IO thread model introduces a lot of context switching.
Bug 915733 is trying to use AIO instead of IO thread model to improve latency introduced by context switching. Any feedback is welcomed! -- Sinker -- 天教懶漫帶疏狂 _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
