You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I propose to explore the possibility of creating a separate module that implements daemon'ization (linux daemon howto).
Daemon'ization need to go to the background and transfer control to the code payload. Code and its dependencies should be minimal (less often to update), resource costs, too (to reduce the risk of killing by kernel).
The module can be individually implement an interface for integration in luster.
The text was updated successfully, but these errors were encountered:
I propose to explore the possibility of creating a separate module that implements daemon'ization (linux daemon howto).
Daemon'ization need to go to the background and transfer control to the code payload. Code and its dependencies should be minimal (less often to update), resource costs, too (to reduce the risk of killing by kernel).
The module can be individually implement an interface for integration in luster.
The text was updated successfully, but these errors were encountered: