简体   繁体   English

进程之间同步?

[英]Synchronize between processes?

I have an Android program which has a RemoteService (different process) and the Application (with the UI). 我有一个Android程序,该程序具有RemoteService(不同的进程)和Application(带有UI)。 Now if I have a synchronize function used by both these components, will they be synchronized? 现在,如果我synchronize使用这两个组件的synchronize功能,它们将被同步吗? Despite of the fact that both are in different processes? 尽管两者都处于不同的过程中?

否-同步将无法跨进程运行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM