Thanks Nathan. > To make iostreams thread-safe, we also need for the sentry constructor > and destructor to claim/release a counting mutex. Can't the same mechanism that string is using be re-used for this purpose? It would seem pretty straightforward to add this, right? Or am I off? -benjamin