在binder 用户空间通信模型中,涉及client,server和servicemanager进程。一般来说,都是server注册服务到servicemanager中,client从servicemanager中获取服务,然后由client发起,使用服务中的方法。server都是被动
Let\'s assume I have a database with two tables: categories and articles. Every article belongs to a category.