From: Stephen D. <sd...@gm...> - 2006-04-19 17:10:07
|
On 4/18/06, Vlad Seryakov <vl...@cr...> wrote: > > As for static tls key, i would create 2 public functions that return and > set TLS data, this way key can still be private. > > Also, we run cleanups on connection close, so we can cleanup this data > as well. Hmm, clean up on connection close? It doesn't sound like your describing Thread Local Storage to me -- more like Ns_Cls*. This needs to be thought through a bit more. Exactly what problems is this solving, and how? |