반응형
http://developer.android.com/guide/topics/fundamentals/processes-and-threads.html
정리 :
http://aroundck.tistory.com/97
- IBinder 를 통해 call 하는 IPC 는 Thread Pool 에 있는 UI Thread 가 아닌 Thread 에서 수행되며, 여러 thread 에서 call 했을 때, multi thread 로 작동한다. 따라서 thread-safe 로 구현해주는 것이 필요하다.
- IBinder 를 통해 call 하는 IPC 는 Thread Pool 에 있는 UI Thread 가 아닌 Thread 에서 수행되며, 여러 thread 에서 call 했을 때, multi thread 로 작동한다. 따라서 thread-safe 로 구현해주는 것이 필요하다.
- ContentProvider 도 매한가지로 thread-safe 가 필요하다. ( ContentProvider 도 보통 IPC )
도움이 되셨다면 손가락 꾸욱~
반응형
'프로그래밍 놀이터 > 안드로이드, Java' 카테고리의 다른 글
[Android/안드로이드] Input Events. (0) | 2012.05.24 |
---|---|
[Android/안드로이드] XML Layout. (0) | 2012.05.24 |
[Android/안드로이드] IntentFilter 고급정보. (0) | 2012.05.23 |
[Android/안드로이드] Calendar Provider 기본 정보들. (0) | 2012.05.22 |
[Android/안드로이드] Bound Services 고급정보, (0) | 2012.05.21 |
댓글