It sounds like you have one or more nasty loops or some bad recursion going on.  I&#39;d highly recommend profiling the execution using xdebug and WinCacheGrind.<br><br>This page has a pretty good tutorial.<br><a href="http://www.xdebug.org/docs/profiler">http://www.xdebug.org/docs/profiler</a><br>

<br>You can use WinCacheGrind to locate and drill down the execution branch that is consuming all the time until you find the offending function.<br><br>Dale<br><br>
<br><br><div class="gmail_quote">On Mon, Dec 27, 2010 at 8:56 AM, nan wich <span dir="ltr">&lt;<a href="mailto:nan_wich@bellsouth.net">nan_wich@bellsouth.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div><div style="font-family: arial,helvetica,sans-serif; font-size: 12pt;"><div></div>
<div>This is on D6, so, it&#39;s not Innodb. With Devel attributing less than one third of 1% of the time to MySql, I&#39;m not even looking there.<br> </div><div class="im">
<p><font size="4" color="#ff007f" face="bookman old style, new york, times, serif"><i><b>Nancy</b></i></font></p>
<p> </p>
<p><font face="arial, helvetica, sans-serif">Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.</font></p>
<div><br></div>
</div><div style="font-size: 12pt; font-family: arial,helvetica,sans-serif;"><br>
<div style="font-size: 12pt; font-family: times new roman,new york,times,serif;"><font size="2" face="Tahoma">
<hr size="1">
<b><span style="font-weight: bold;">From:</span></b> Chris Pliakas &lt;<a href="mailto:cpliakas@gmail.com" target="_blank">cpliakas@gmail.com</a>&gt;<br><b><span style="font-weight: bold;">To:</span></b> <a href="mailto:development@drupal.org" target="_blank">development@drupal.org</a>; <a href="mailto:jeff@ayendesigns.com" target="_blank">jeff@ayendesigns.com</a><br>

<b><span style="font-weight: bold;">Sent:</span></b> Mon, December 27, 2010 11:14:10 AM<div><div></div><div class="h5"><br><b><span style="font-weight: bold;">Subject:</span></b> Re: [development] The age-old modues admin question<br>

</div></div></font><div><div></div><div class="h5"><br>Nancy,<br><br>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:<br>

<br>innodb_flush_log_at_trx_commit = 2<br><br>This might help to speed things up.<br><br>Thanks,<br>Chris<br><br>
<div class="gmail_quote">On Mon, Dec 27, 2010 at 11:04 AM, <span dir="ltr">&lt;<a href="mailto:jeff@ayendesigns.com" rel="nofollow" target="_blank">jeff@ayendesigns.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="padding-left: 1ex; margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204);">
<div>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. 
<p>Ayen Designs - quality software the first time, every time!</p>
<hr>

<div><b>From: </b>nan wich &lt;<a href="mailto:nan_wich@bellsouth.net" rel="nofollow" target="_blank">nan_wich@bellsouth.net</a>&gt; </div>
<div><b>Sender: </b><a href="mailto:development-bounces@drupal.org" rel="nofollow" target="_blank">development-bounces@drupal.org</a> </div>
<div><b>Date: </b>Mon, 27 Dec 2010 08:00:39 -0800 (PST)</div>
<div><b>To: </b>&lt;<a href="mailto:development@drupal.org" rel="nofollow" target="_blank">development@drupal.org</a>&gt;</div>
<div><b>ReplyTo: </b><a href="mailto:development@drupal.org" rel="nofollow" target="_blank">development@drupal.org</a> </div>
<div><b>Subject: </b>Re: [development] The age-old modues admin question</div>
<div><br></div>
<div style="font-size: 12pt; font-family: arial,helvetica,sans-serif;">
<div></div>
<div>Other than what Zend provides, no, I cannot install any other software, especially if it&#39;s not free. <br> </div>
<p><font size="4" color="#ff007f" face="bookman old style, new york, times, serif"><i><b>Nancy</b></i></font></p>
<p> </p>
<p><font face="arial, helvetica, sans-serif">Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.</font></p>
<div><br></div>
<div style="font-size: 12pt; font-family: arial,helvetica,sans-serif;"><br>
<div style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"><font size="2" face="Tahoma">
<hr size="1">
<b><span style="font-weight: bold;">From:</span></b> Ezra B. Gildesgame &lt;<a href="mailto:ezra@growingventuresolutions.com" rel="nofollow" target="_blank">ezra@growingventuresolutions.com</a>&gt;<br><b><span style="font-weight: bold;">To:</span></b> <a href="mailto:development@drupal.org" rel="nofollow" target="_blank">development@drupal.org</a><br>

<b><span style="font-weight: bold;">Sent:</span></b> Mon, December 27, 2010 12:23:49 AM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [development] The age-old modues admin question<br></font><br>On Mon, Dec 27, 2010 at 12:03 AM, nan wich &lt;<a href="mailto:nan_wich@bellsouth.net" rel="nofollow" target="_blank">nan_wich@bellsouth.net</a>&gt; wrote:<br>

&gt; Thanks, Jeff. Unfortunately, Windoze is my only option. Nor may I install<br>&gt; any accelerators.<br><br>Jeff mentioned
 Virtualbox. Is installing virtualization software,<br>which runs on Windows, but provides an environment in which you can<br>use opcode caching, an option?<br><br>Best,<br>Ezra<br><br><br>Ezra Barnett Gildesgame | <a href="http://growingventuresolutions.com" target="_blank">http://growingventuresolutions.com</a> | <a href="http://ezra-g.com" target="_blank">http://ezra-g.com</a><br>

</div></div></div></div></blockquote></div><br></div></div></div></div></div></div></blockquote></div><br>