Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit e96a1f12 authored by Yifan Hong's avatar Yifan Hong
Browse files

binder: Increase RPC backlog to 50.

Right now, we create all threads at once, making accept4 slow.
To avoid hanging the client, the backlog is increased to a large number.
Once we create threads dynamically & lazily, the backlog can be reduced
to 1.

In an experiment, `time aservice list` reduces from 4 minutes to 30
seconds, a 8x boost.

Bug: 189955605
Bug: 190868305
Test: `time aservice list` is significantly faster

Change-Id: I4fa4d62149891ab62cbaf9f688bf798e4faf0189
parent 7716e351
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment