On Jan 15, 4:47 am, bazookier <[email protected]> wrote: > [...] Can any tell us all the IPC mechanism supported by > the android dalvik api. Like pipe, message, share memory, semaphore, > mutex etc api expose?
For native code, you have most everything Linux 2.6 provides. For code written in Java, you have the typical socket / nio calls. In addition, you have the Binder calls. Which you use depends on what features you need, what you plan to interact with, and how portable you want it to be. --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
