Message210414
This is expected. Killing processes which use shared locks is never going to end well. Even without the lock deadlock, the data in the pipe would be liable to be corrupted if a processes is killed while putting or getting from a queue.
If you want to be able to reliably recover when a related process dies then you would be better off using one-to-one pipes for comunication -- although that would probably mean substantial redesign. |
|
Date |
User |
Action |
Args |
2014-02-06 20:24:34 | sbt | set | recipients:
+ sbt, jnoller, OscaTutenchamon |
2014-02-06 20:24:34 | sbt | set | messageid: <1391718274.3.0.0626827285552.issue20527@psf.upfronthosting.co.za> |
2014-02-06 20:24:34 | sbt | link | issue20527 messages |
2014-02-06 20:24:34 | sbt | create | |
|