How do I share a resource like a linked list of structures, in memory, between different applications??? hoes there exist a concept like shared memory in Symbian???????
shared memory.....
I think this will be implemented by some kind of co operative messaging... But I am just talking over my head here. I will get back to you soon with proper information.
A lot of people have problems sharing memory between two threads of the same application. I don't think directly sharing memory between two applications will be possible. Maybe if you set up a server and make your two applications to be clients that connect to the server. Then the server stores the linked list and the clients can perform operations on it.
how do i test 2 clients and a server running simultaneously-on my emulator???