Re: Witango-Talk: email question

2002-07-24 Thread robert
he well i recieve a email now when i run the taf file it pictures are included but are not valid the all are 2 k so the pictures arent travert correctly i use a nt 4.0 server for this could that be the problem the second is that outlook express see the htlm tamplate without the picture but in

Re: Witango-Talk: Is Witango slow at doing nasty math?

2002-07-24 Thread Mike Tyranski
Nathan, I've had to develop a couple of dealer locators in the past. After looking again, I get similar times as you. Fortuanately in my case, the results rarely return more than 100 matches. A while back when I was doing some testing with JTransit, these math operations seemed to be faster

RE: Witango-Talk: Is Witango slow at doing nasty math? - No, it's @ADDROWS

2002-07-24 Thread James Macfarlane
Nathan, The problem is not the math, the problem is the @ADDROWS command. I built an application that did a lot of array manipulation and it kept timing out. I commented out bits of the code until I found the part that was slowing it down, and @ADDROWS was the culprit. I ended up having to build

RE: Witango-Talk: Is Witango slow at doing nasty math? - No, it's @ADDROWS

2002-07-24 Thread Nathan Hitchcock
You are indeed correct about the @ADDROWS tag being the culprit. Removing it resulted in a previous 12 second calc loop for 204 matches taking only 1 second! Apperently, Witango can do trigonomic math faster than the average 11th grader. :) (Thanks also to Bob Shubert for pointing this flaw

RE: Witango-Talk: Is Witango slow at doing nasty math? - No, it's @ADDROWS

2002-07-24 Thread James Macfarlane
You can directly reference and change any element is an existing array using a regular assignment tag: @ASSIGN NAME=MyArray[5,2] VALUE=3.1415 SCOPE=Local -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Nathan Hitchcock Sent: Wednesday, July 24, 2002

Witango-Talk: Why is @ADDROWS so slow? (was: Is Witango slow at doing nasty math?)

2002-07-24 Thread James Macfarlane
Yup, @ADDROWS sucks! Recently one of our servers was slowing down to a snail's pace. The CPU would suddenly jump to 100% for a few minutes. We thought it was bad code, like an endless loop or something in one of the applications. We moved the applications, one at a time, to another server and

Re: Witango-Talk: Why is @ADDROWS so slow? (was: Is Witango slow at doing nasty math?)

2002-07-24 Thread Mike Tyranski
How many addrows is considered numerous? I've used it before many times and have never had the performance problem you describe. Perhaps there is a threshold where the performance becomes poor. Mike James Macfarlane wrote: Yup, @ADDROWS sucks! Recently one of our servers was slowing down

RE: Witango-Talk: Why is @ADDROWS so slow? (was: Is Witango slow at doing nasty math?)

2002-07-24 Thread James Macfarlane
The banner manager may add 10-30 rows, but I'm sure it's a function of the size of the array and the datatypes within it too. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Mike Tyranski Sent: Wednesday, July 24, 2002 4:15 PM To: Multiple recipients of