ash_bhagwat
25-10-2002, 05:15 AM
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???????
|
View Full Version : shared memory..... ash_bhagwat 25-10-2002, 05:15 AM 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??????? talk2sk 25-10-2002, 08:11 AM 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. cmatthee 28-10-2002, 11:03 AM 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. 11-11-2002, 09:49 AM how do i test 2 clients and a server running simultaneously-on my emulator??? |