Hi, I'm making some performance test of webservices engine and the results are not good enough as my expectations for one webservice. The bottleneck is the CPU for this service. I used jvm profiling option (hprof) to isolate the problem.
Acording to the profiling output, the test was done in 740 seconds and I spent 102 seconds in addSymbolToCache method and 65 seconds in fillnStackTrace. The fillnStackTrace is called from addSysmbolToCache (really from ArrayIndexOutBoundsException, and this from addSymboltoCache) but I can't get the output of this stack (probably the web services engine ignore it). In any case, my question is what is the addSymbolToCache (what elements reads or what does exactly) and what I can do in order to solve this little problem (i'm a newbie, sorry). Thanks in advance, Joseba --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
