It sounds like you have one or more nasty loops or some bad recursion going on.  I'd highly recommend profiling the execution using xdebug and WinCacheGrind.

This page has a pretty good tutorial.
http://www.xdebug.org/docs/profiler

You can use WinCacheGrind to locate and drill down the execution branch that is consuming all the time until you find the offending function.

Dale



On Mon, Dec 27, 2010 at 8:56 AM, nan wich <nan_wich@bellsouth.net> wrote:
This is on D6, so, it's not Innodb. With Devel attributing less than one third of 1% of the time to MySql, I'm not even looking there.
 

Nancy

 

Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.




From: Chris Pliakas <cpliakas@gmail.com>
To: development@drupal.org; jeff@ayendesigns.com
Sent: Mon, December 27, 2010 11:14:10 AM

Subject: Re: [development] The age-old modues admin question

Nancy,

If you are running under Windows, there is an issue with MySQL if you are using the InnoDB storage engine.  MySQL waits for confirmations from Windows that never come, so it takes a very long time for some queries to execute.  To get around this, add the following directive to your my.cnf file:

innodb_flush_log_at_trx_commit = 2

This might help to speed things up.

Thanks,
Chris

On Mon, Dec 27, 2010 at 11:04 AM, <jeff@ayendesigns.com> wrote:
Virtualbox is free, and allows you then to run another virtual computer (like linux) in a window. That said, while it all is free, it is no minor thing to get a linux dev environment up if you never did it before, and may not fix the issue at all.

Ayen Designs - quality software the first time, every time!


From: nan wich <nan_wich@bellsouth.net>
Date: Mon, 27 Dec 2010 08:00:39 -0800 (PST)
Subject: Re: [development] The age-old modues admin question

Other than what Zend provides, no, I cannot install any other software, especially if it's not free.
 

Nancy

 

Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.




From: Ezra B. Gildesgame <ezra@growingventuresolutions.com>
To: development@drupal.org
Sent: Mon, December 27, 2010 12:23:49 AM
Subject: Re: [development] The age-old modues admin question

On Mon, Dec 27, 2010 at 12:03 AM, nan wich <nan_wich@bellsouth.net> wrote:
> Thanks, Jeff. Unfortunately, Windoze is my only option. Nor may I install
> any accelerators.

Jeff mentioned Virtualbox. Is installing virtualization software,
which runs on Windows, but provides an environment in which you can
use opcode caching, an option?

Best,
Ezra


Ezra Barnett Gildesgame | http://growingventuresolutions.com | http://ezra-g.com