Monthly Archives: August 2009

Wanted: a portable mutex and atomic refcount

upb needs to have some lightweight thread-aware behavior. I’m leaving most synchronization up to users (individual messages will not be thread-safe), but there are a few central structures I need to make thread-safe and reference-counted. I need only the tiniest … Continue reading

Posted in Uncategorized | Tagged | 1 Comment

Wanted: a mailing list reader website

There is tons of interesting discussion that happens on technical mailing lists. Mailing lists are the best snapshot of the state of a software project; they capture what current users are trying to do, where they’re succeeding, where they’re running … Continue reading

Posted in Uncategorized | 1 Comment