On Thu, 12 May 2005, Brian Grossman wrote: > That and I was putting it full into the ddos stream I mentioned in a prior > message, to the tmon file was huge and took forever to process. To get a > tmon file <20MB I had to kill the pollserver before it got to fully process > many transactions. I have a better plan for my next DProf run. Do you > just kill your pollserver when you have enough data, or is there a way to > get pollserver to shut down gracefully?
That's what I do. A cleaner way would be a shutdown command in ConfigServer. > My profiling results named peer_ip_string() and _load_plugins() as the main > culprits. I don't entirely trust that now, but I do have optimizations for > both if you want them. I have a fix for _load_plugins, but not peer_ip_string - I got around that slowness by turning off the max per IP code. Matt.
