Anyone looked at how much of a load HCL puts on a system? I have HCL running in apache on Fedora 8. Looking at a top I have a couple of apache threads taking a TON of CPU time:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
31441 nobody 15 0 16312 7212 2032 S 0.0 0.3 358:54.24 /usr/local/apache_1.3.29/bin/httpd
2340 nobody 15 0 16412 7320 2044 S 0.0 0.4 358:01.24 /usr/local/apache_1.3.29/bin/httpd
31443 nobody 15 0 16404 7312 2052 S 0.0 0.4 357:48.15 /usr/local/apache_1.3.29/bin/httpd
31442 nobody 15 0 16304 7220 2032 S 0.0 0.3 356:32.37 /usr/local/apache_1.3.29/bin/httpd
32198 nobody 15 0 16416 7320 2048 S 0.0 0.4 355:49.88 /usr/local/apache_1.3.29/bin/httpd
Like I said in another thread, I have the icon in a window that refreshes every 60 seconds. Most vistors to my site are only on pages that stay active about 20 minutes. So, to see an apache thread using this much CPU was astonishing. And I have about 15 threads like this.
Any thoughts?
- brian