Mitigate the problems related to the combination of multithreaded apps and...
For Truly Distributed Systems
Brought to you by:
laha
Try to mitigate the problems related to the combination of multithreaded apps and shared memory locks.
This might include:
Better handling of signals.
User documentation with descriptions on how apps should be designed.
Check out pthread_sigmask, maybe that could be useful. Don't know how it works when the signals are SIGSEGV etc.
Don't know if there is something similar on windows.