How to use mutex for a database sync between background agent and foreground app? Can any one please help me to learn both of these for wp7(implementable code for wp7). Please try to add some code snippets that help me to understand the techniques in a simple way. Thanks a lot.
Asked
Active
Viewed 512 times
1
-
Why do you want a mutex? if you are using SQL Ce, it supports multiple concurrent connections. – josemiguel.torres Jun 28 '12 at 14:01
1 Answers
3
Here are some articles that might be helpful for you:
Implementing mutex and monitor in WP7 Mango
How to signal a ScheduledTask from a foreground app on Windows Phone?
http://www.pitorque.de/MisterGoodcat/post/Windows-Phone-Background-Agents-Pitfall-(3-of-n).aspx

Community
- 1
- 1

Alex Sorokoletov
- 3,102
- 2
- 30
- 52