https://github.com/eddex/sentinelsystemcontrolwatchdog
The Sentinel System Control process has a memory leak that occurs once in a while. This small program detects the leak and stops it by killing the process. The process will be restarted afterwards by the Sentinel Service.
https://github.com/eddex/sentinelsystemcontrolwatchdog
Last synced: 2 days ago
JSON representation
The Sentinel System Control process has a memory leak that occurs once in a while. This small program detects the leak and stops it by killing the process. The process will be restarted afterwards by the Sentinel Service.
- Host: GitHub
- URL: https://github.com/eddex/sentinelsystemcontrolwatchdog
- Owner: eddex
- Created: 2014-05-30T00:16:54.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-08T09:00:39.000Z (about 12 years ago)
- Last Synced: 2025-07-26T11:47:15.530Z (11 months ago)
- Language: C#
- Size: 188 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SentinelSystemControlWatchdog
=============================
## What is Sentinel System Control?
The Sentinel System Control process is installed with the drivers of the MadCatz S.T.R.I.K.E.7 keyboard.
If you go to Control Panel/Programs and Features, you will see the software programs called Sentinel and Smart Technology Programming Software listed. Here is what they do:
- Sentinel controls and monitors the two-way communication between the S.T.R.I.K.E hardware and your PC. Sentinel consists of three software processes that run on your PC.
- SentinelSystemControl keeps track of time/date and volume data and handles any adjustments you might make.
[More information here](http://support.madcatz.com/index.php?/Knowledgebase/Article/View/256)
## What's the problem?
The Sentinel System Control process has a memory leak that occurs once in a while.
## Solution
This small program detects the memory leak and stops it by killing the process. The process will be restarted afterwards by the Sentinel Service which is running in the background.