Then there must be something in the logfile display that is causing it. Maybe you could share the code in those pages.
array text($aSites;0) all records([WebLog]) distinct values([WebLog]Domain;$aSites)
^^^^^^^^^^^^^^^^
Hmmmm...it could be this is leaking. Do me a favor and look at top once per hour and see if your memory usage is going up.
How often is this page being hit?
$Site:=get form variable("Sites")
The preferred way of accessing form variables (and all collections) is the index syntax, like this:
$Site := _form{"Sites"}Regards,
Aparajita Victory-Heart Productions [EMAIL PROTECTED] www.aparajitaworld.com
"If you dare to fail, you are bound to succeed." - Sri Chinmoy | www.srichinmoylibrary.com
_______________________________________________ Active4D-dev mailing list [EMAIL PROTECTED] http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
