« Return to Thread: Active4D Housekeeper

Re: Active4D Housekeeper

by David Ringsmuth :: Rate this Message:

Reply to Author | View in Thread

Michael,

There is no "A4D_STARTUP" in the entire system.

I have searched and do not yet find the place where A4D is "initialized".

I did make the "on web connection" process bypass if (Application Type=4D
Client). We'll see if that makes a difference.

Thanks,
David

-----Original Message-----
From: active4d-dev-bounces@...
[mailto:active4d-dev-bounces@...] On Behalf Of Mike Erickson
Sent: Wednesday, May 13, 2009 8:58 AM
To: active4d-dev@...
Subject: Re: [Active4d-dev] Active4D Housekeeper

Hey David

This process should only be running on the server.   Do you have A4D  
startup code in your 'On Startup' method which is being called by 4D  
Client?  If so, you should remove this conditionally

If (Application type=4D Server)
        A4D_STARTUP
End if

Regards

Mike Erickson
Automated Solutions Group

On May 13, 2009, at 6:54 AM, David Ringsmuth wrote:

> 2003.8r2 Windows, A4Dv3+, WinServer2003R2SP2
>
>
>
> 4D Server is the web server.
>
>
>
> 4D Client is showing a process for “Active4D Housekeeper”.
>
>
>
> I am trying to find the culprit of a continual 2% to 6% CPU usage on  
> each
> and every Client when no 4D Processes are accumulating CPU usage  
> times as
> returned in the Process Attributes command.
>
>
>
> è How do I stop/kill/prevent the “Active4D Housekeeper” process from  
> running
> on the 4D Clients?
>
>
>
> Thanks,
>
> David Ringsmuth
>


_______________________________________________
Active4D-dev mailing list
Active4D-dev@...
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

 « Return to Thread: Active4D Housekeeper