Hi,

I have 3 domains set up in VirtualHosts.ini. Two of the domains work great,
but one of them pauses for approximately 5 seconds before and/or after each
request.

For instance ... I created a simple page that just deletes all session
items and sets the session timeout to 0.

<%
delete session item("@")
set session timeout(0)
%>

The slow domain takes at least 10 seconds to run this. The other domain
does it in less than a second, based on firebug times - practically all
"waiting" time for both - 10 seconds for the slow one and 1/2 second for
the faster one.

It wasn't always like this, it just started over the last few days.
Configuration seems to be fine for both domains. Nothing jumps out.

My test server which has the exact same configuration performs well with
both domains.

I usually rewrite my calls to A4D with Apache, but I get the same results
hitting the server directly.

Anybody with thoughts about how I can track down the source of the slowness?

Thanks,

Darin

Windows 8, Active4D-v61r5, 4D v13.4
_______________________________________________
Active4D-dev mailing list
[email protected]
http://list.aparajitaworld.com/listinfo/active4d-dev
Archives: http://active4d-nabble.aparajitaworld.com/

Reply via email to