본문 바로가기
프로그래밍 놀이터/안드로이드, Java

[Android/안드로이드] Thread 고급정보.

by 돼지왕 왕돼지 2012. 5. 23.
반응형




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 로 구현해주는 것이 필요하다.

- ContentProvider 도 매한가지로 thread-safe 가 필요하다. ( ContentProvider 도 보통 IPC )

도움이 되셨다면 손가락 꾸욱~




반응형

댓글