Re: Witango-Talk: CPU consumption

2005-02-23 Thread Jon van der Raadt
I am successfully running witango 5.09.65 on OSX 10.3.8 (server and desktop) and can likely help out... On Feb 22, 2005, at 8:11 PM, Roland Dumas wrote: Anybody know how to install odbc and configure DSNs and witango on OS X? Openlink installs something, but I can't tell what or where or how

Re: Witango-Talk: CPU consumption

2005-02-22 Thread Roland Dumas
Anybody know how to install odbc and configure DSNs and witango on OS X? Openlink installs something, but I can't tell what or where or how to modify DSNs or witango.ini Jdbc quickly demonstrated the ability to crash witango, so I'm back trying to figure out an instruction set for updating odbc o

Re: Witango-Talk: CPU consumption

2005-02-22 Thread Roland Dumas
If one installs this, then what to put as "driver file name" and "setup files name" when defining the new driver? On 2/22/05 3:21 PM, "Customer Support" <[EMAIL PROTECTED]> wrote: > You can install the openlink iodbc sdk. This is a double clickable > installer. > > > Witango Support > > On 2

Re: Witango-Talk: CPU consumption

2005-02-22 Thread Bill Conlon
I just got the same thing. Here's the explanation: Verbose logging is on (level 3 I think). I'm debugging a database update -- it's removing CR & LF from the end of PDF files stored in the db (I'll post the reason separately, as I think it's of general use). Anyway, I was writing the pdf dat

Re: Witango-Talk: CPU consumption

2005-02-22 Thread Customer Support
You can install the openlink iodbc sdk. This is a double clickable installer. Witango Support On 23/02/2005, at 10:16 AM, Roland Dumas wrote: Hmm.. I think I see. The installation instructions I used to get witango up and running initially specified using myodbc installer. I go and check an

Re: Witango-Talk: CPU consumption

2005-02-22 Thread Roland Dumas
Hmm.. I think I see. The installation instructions I used to get witango up and running initially specified using myodbc installer. I go and check and it's still at 3.5.1. Then I search around and see that it's at 3.52.2, but it's a pile of files with instructions to get some developer tools to cr

Re: Witango-Talk: CPU consumption

2005-02-22 Thread Customer Support
Yes that is out of date. There has been releases for 3.51.2, 3.52.1 and iodbc is currently sitting at 3.52.2 3.52.2 was released a few weeks ago, 3.52.1 was released in sept '04, 3.51.2 in Feb '04 so the version you are running is probably over 12-18 months old. Witango Support On 23/02/2005

Re: Witango-Talk: CPU consumption

2005-02-22 Thread Roland Dumas
On 2/18/05 7:04 PM, "Customer Support" <[EMAIL PROTECTED]> wrote: > Use your db admin tool to see what connections are active on the db. > If one is active shut it down. if this does not fix it try stopping > your db and see if the thread goes into a wait state. > > Also download and install t

Re: Witango-Talk: CPU consumption

2005-02-18 Thread Customer Support
Use your db admin tool to see what connections are active on the db. If one is active shut it down. if this does not fix it try stopping your db and see if the thread goes into a wait state. Also download and install the latest iodbc driver manager. Witango Support On 19/02/2005, at 1:33 PM,

Re: Witango-Talk: CPU consumption

2005-02-18 Thread Roland Dumas
On 2/18/05 4:28 PM, "Customer Support" <[EMAIL PROTECTED]> wrote: > Load up the Apple Development tools. In it you will find an > application called Thread Viewer. Open it from the command line with a > sudo command. Once it is open attach it to the witangod process and > see what the thread

Re: Witango-Talk: CPU consumption

2005-02-18 Thread Customer Support
Load up the Apple Development tools. In it you will find an application called Thread Viewer. Open it from the command line with a sudo command. Once it is open attach it to the witangod process and see what the threads are doing. You can also install the latest CHUD if you are an Apple c

Re: Witango-Talk: CPU consumption

2005-02-18 Thread Bill Conlon
http://java.sun.com/docs/books/tutorial/essential/threads/deadlock.html "Starvation and Deadlock If you write a program in which several concurrent threads are competing for resources, you must take precautions to ensure fairness. A system is fair when each thread gets enough access to limi

Re: Witango-Talk: CPU consumption

2005-02-18 Thread Roland Dumas
Wow, never heard of that. What kind of resource could be fought over? (really not very likely, given the moderate traffic. At most 10 user scopes alive at any one time) On 2/18/05 1:40 PM, "Bill Conlon" <[EMAIL PROTECTED]> wrote: > how about a deadlock? Maybe mutliple threads competing for the

Re: Witango-Talk: CPU consumption

2005-02-18 Thread Bill Conlon
how about a deadlock? Maybe mutliple threads competing for the same resource? On Friday, February 18, 2005, at 01:36 PM, Roland Dumas wrote: Wish I could find the 'last file', but it runs and runs with CPU ranging from 0-3%, an occasional 10% and back to 0. Then I notice it's at 40-90-90-80-

Re: Witango-Talk: CPU consumption

2005-02-18 Thread Roland Dumas
Wish I could find the 'last file', but it runs and runs with CPU ranging from 0-3%, an occasional 10% and back to 0. Then I notice it's at 40-90-90-80-90 and never comes down. Will have to have someone watch it closely to see the exact time it climbs. On 2/18/05 1:28 PM, "Bill Conlon" <[EMAIL PRO

Re: Witango-Talk: CPU consumption

2005-02-18 Thread Bill Conlon
eventually, how long does witangod stay >90% cpu? What does your log file say is the last file executed. I've messed up my counters, and had FOR loops run til I kill the daemon. On Friday, February 18, 2005, at 01:18 PM, Roland Dumas wrote: Yup Hadn't thought about an infinite loop. Wouldn't i

Re: Witango-Talk: CPU consumption

2005-02-18 Thread Roland Dumas
> > Steve > > -Original Message- > From: Roland Dumas [mailto:[EMAIL PROTECTED] > Sent: Friday, February 18, 2005 2:15 PM > To: witango-talk@witango.com > Subject: Witango-Talk: CPU consumption > > Witango 5.065 MacOS Server 10

Re: Witango-Talk: CPU consumption

2005-02-18 Thread Roland Dumas
Yup Hadn't thought about an infinite loop. Wouldn't it time out? On 2/18/05 1:01 PM, "Bill Conlon" <[EMAIL PROTECTED]> wrote: > infinite loop. try top > > Is that witangod at 80%? > > > On Friday, February 18, 2005, at 12:15 PM, Roland Dumas wrote: > >> Witango 5.065 MacOS Server 10.2.8 >>

RE: Witango-Talk: CPU consumption

2005-02-18 Thread steve
-talk@witango.com Subject: Witango-Talk: CPU consumption Witango 5.065 MacOS Server 10.2.8 Moderate usage, 80-90% CPU usage. What would cause that? - Roland Dumas Roberts Information Services 310 W. Bellevue Avenue San Mateo CA 94402 650-347-1373 415-412

Re: Witango-Talk: CPU consumption

2005-02-18 Thread Bill Conlon
infinite loop. try top Is that witangod at 80%? On Friday, February 18, 2005, at 12:15 PM, Roland Dumas wrote: Witango 5.065 MacOS Server 10.2.8 Moderate usage, 80-90% CPU usage. What would cause that? - Roland Dumas Roberts Information Services 310 W. Belle

Witango-Talk: CPU consumption

2005-02-18 Thread Roland Dumas
Witango 5.065 MacOS Server 10.2.8 Moderate usage, 80-90% CPU usage. What would cause that? - Roland Dumas Roberts Information Services 310 W. Bellevue Avenue San Mateo CA 94402 650-347-1373 415-412-9300 (cell) [EMAIL PROTECTED] SMS: http://new.servqual.com/