watch the process list just to verify that t4server.exe is causing the
cpu usage.

Once you know it's Witango, kick on logging, wait for it to occur, then
read through the log and find an application that ran for an extended
time. 

Keep an eye out for externals, COMs, SQL requests, etc. that might be
taking a very long time to complete.

Otherwise, look for while/for loops that might be executing many many
times, or areas of code where array manipulation is done extensively.
Building a 1000 row array by running code like:

<@FOR stop=1000>
<@ADDROWS local$array value=<@ARRAY>>
</@FOR>

just kills T4.

Robert Shubert
Tronics

Nicolas de Biolley wrote:
> 
> Hello,
> 
> our server periodically goes to 100% CPU ressources...and we can't
> really trace back wich site or procedure does that.... Witango hangs,
> but all pure HTML websites can still be accessed instantaneously.
> 
> Config: win 2000 + SQL 2000 + witango 4 (all with latest patches and sp).
> 
> If you have experienced similar problems, it would be great if you
> could describe it, as well as the fixes you did...
> 
> Hints on how to debug this are also welcome :-)
> 
> Tx already
> 
> Nicolas
> 
> --
> 
> |***PLEASE ENCLOSE ORIGINAL MESSAGE FOR EASIER FOLLOWUP***
> _______________________________________________________________________
> | Nicolas de Biolley - NETWAY s.a.
> |*Think Different* - RTFM, NOFP & WGAF - PGP key on request
> | Netway sa/nv - Route d'Esch, 216 - L1471 Luxembourg
> | Phone : (+352) 48 91 91 - Fax : (+352) 48 91 91 - http://www.netway.lu
> |"This isn't an office. It's Hell with fluorescent lighting"
> _______________________________________________________________________
> ________________________________________________________________________
> TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
>                 with unsubscribe witango-talk in the message body
________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Reply via email to