Witango itself will usually only use 100% of the CPU when in a large loop. Witango will, however show 100% CPU usage almost always when waiting for external sources (@URL requests, external, most COMs, sending email) It will also pin the CPU when dealing with the SQL server (try to fetch a couple million rows and you'll see what I mean).
The best to get to the bottom of this is to browse the logs. At logging level 1, each request will have a start and end entry. The end entries will have a timer on them. It's in milliseconds, so look for entries which are greater than about 500. I believe it's the 7th column. Of course your first step is to isolate which TAF (or set of TAFs) is causing the issue. Then, you'll want to turn on debug and run those TAFs. Again, the timer will show down the left side of the debug output and you'll be able to see what action is taking the time. Robert -----Original Message----- From: MC Tay [mailto:[EMAIL PROTECTED] Sent: Friday, November 18, 2005 12:34 PM To: [email protected] Subject: Witango-Talk: Witango 100% CPU Hi There: Does anyone has the answer to why WiTango is hitting 100% CPU out of a sudden please? We use WiTango 5.5009 on WIndows 2003. Traffic is over 30,000 page view per day. It happened recently and has been quite often. We restarted Witango to get it going again each time. Please help! Thanks! MC ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
