I'm having trouble with the RRD plugin. It crashes once in awhile at large random intervals. While examining the code it occurred to me that RRD is looping through the hosts list at the same time the purge thread is running (scanIdleLoop). Does it make sense to anyone else that the RRD thread should also use the hostsHashMutex when doing its thing?
I'm running Linux SuSE 8.1 on a Pentium II 400 single proc with multithreading enabled in ntop. How about myGlobals.protoIPTrafficInfos? It appears to be guarded by gdbmMutex. See purgeIpPorts(). rtg -- Tim Gardner - [EMAIL PROTECTED] 406-443-5357 TriplePoint, Inc. - http://www.tpi.com PGP: http://www.tpi.com/PGP/Tim.txt _______________________________________________ Ntop-dev mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop-dev
