Active4D Housekeeper

View: New views
5 Messages — Rating Filter:   Alert me  

Active4D Housekeeper

by David Ringsmuth :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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/

Re: Active4D Housekeeper

by Mike Erickson-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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/


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

Re: Active4D Housekeeper

by David Ringsmuth :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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/

Re: Active4D Housekeeper

by aparajita :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> 2003.8r2 Windows, A4Dv3+, WinServer2003R2SP2
>
> è How do I stop/kill/prevent the “Active4D Housekeeper” process from  
> running
> on the 4D Clients?

With Active4D v3 you can't stop the housekeeper. With v4+ the  
housekeeper doesn't run unless you ask it to.

Regards,

    Aparajita
    www.aparajitaworld.com

    "If you dare to fail, you are bound to succeed."
    - Sri Chinmoy   |   www.srichinmoy.org


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

Re: Active4D Housekeeper

by David Ringsmuth :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Aparajita,

OK. Then the upgrade to A4D.v11 will take care of this.

Thanks,
David

-----Original Message-----
From: active4d-dev-bounces@...
[mailto:active4d-dev-bounces@...] On Behalf Of Aparajita
Fishman
Sent: Wednesday, May 13, 2009 9:54 AM
To: active4d-dev@...
Subject: Re: [Active4d-dev] Active4D Housekeeper

> 2003.8r2 Windows, A4Dv3+, WinServer2003R2SP2
>
> è How do I stop/kill/prevent the “Active4D Housekeeper” process from  
> running
> on the 4D Clients?

With Active4D v3 you can't stop the housekeeper. With v4+ the  
housekeeper doesn't run unless you ask it to.

Regards,

    Aparajita
    www.aparajitaworld.com

    "If you dare to fail, you are bound to succeed."
    - Sri Chinmoy   |   www.srichinmoy.org


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


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