Thank you for the claification.
Sander Striker wrote:
On Fri, 2004-01-09 at 04:50, Cliff Woolley wrote:
[...]
That seems to say to me that apr_psprintf is in fact threadsafe after all.
:-)
It actually depends on how apr_psprintf is called, pass it the same pool in two concurrent threads and it might blow up. Is the apr_psprintf function otherwise threadsafe? Yes.
Sander