Re: [AOLSERVER] Is ns_info threads safe to use?

2009-06-01 Thread Sep Ng
Hi Jim! Thanks for the reply, Jim. I sort of felt that way too about ns_info threads. Is there a way in AOLserver to do live monitoring on threads? We're sort of hoping to get info on what thread ids are running as of the moment on aolserver. On Jun 2, 12:03 am, Jim Davidson wrote: > Hi, > >

Re: [AOLSERVER] Is ns_info threads safe to use?

2009-06-01 Thread Jim Davidson
Hi, The code for "ns_info threads" looks about the same in 4.0 and 4.5 and it doesn't look super safe. It does have a lock around walking the list of threads but there are place where it copies data from strings which may be changing. And, like "ns_server active", it's really designed