Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

New session_detach feature #93

Open
dgasull opened this issue Apr 11, 2021 · 0 comments
Open

New session_detach feature #93

dgasull opened this issue Apr 11, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@dgasull
Copy link
Contributor

dgasull commented Apr 11, 2021

dataClay GC is not removing objects being used by sessions since we do not know what is present in client applications heap. When a session is closed, unreferenced objects are cleaned.

If the session never finishes but we keep creating objects we have a disk leak.

New session_detach method in DataClayObject will allow applications to notify dataClay when an object should be detached from the session and thus, cleaned.

@dgasull dgasull added the enhancement New feature or request label Apr 11, 2021
@dgasull dgasull self-assigned this Apr 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant