Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | use a TMVar | 2012-06-26 | |
| | | | | | | | SampleMVar won't work; between getting the current value and changing it, another thread could made a change, which would get lost. TMVar works well; this update situation is handled by atomic transactions. | ||
* | better data type for push records | 2012-06-26 | |
| | | | | Not yet plumbed thru | ||
* | add a push retry thread | 2012-06-25 | |