0.9.9 release please

Stability, easy to use is ok but everybody first always see on mhs and $

What to use in bat file to test latest version ccminer on your pool?
when CWIgm-0.9.9 is ready to be beta tested ...
depending on your machines - but if its a single system with its own worker on the pool - then -c --lodiff ...
otherwise - if it is a few machines on the one worker - leave the --lodiff parameter off ...
other settings to use are -i depending on what card you use and many others ...
read through the readme.txt that comes with your welcome pack and download ... it explained the parameters you can use for the cards and systems you have ...
#crysx
Crysx, i asked several times. Is there an option to turn off miner when certain temperature is met, for safety? If my rig temperatures jump for more then 15-20% then ussual something is wrong, and throttling has no use kinda. It will either work on lower temp or not work at all, no need to throttle GPU-s on which cooling started to be a problem. It's not a solution.
If you dont have it, why and it would be amazing to have it. Or do you know some other way how to turn off miner if i reach certain temperature.
there is no way to just turn off a card when something goes wrong ...
not even in the 5year old mature applications ( ccminer and sgminer ) that i know of ...
though that would be a great addition - but the 'why' part of your question is VERY difficult to answer ... the simple and short answer is - because its VERY difficult ...
Allow me to attempt explaining it: A program is a collection of one or more "threads" that you can think of as semi-independent little programs sharing memory. Most often, one is assigned per GPU you have, to handle giving that specific GPU work, and getting results from it. When you ask a GPU to do something - you are actually "calling" (or running code from, and waiting for it to tell you it finished and what went down) code from the driver. Keeping it simple - AMD develops the driver, which is buried deep in the OS and controls the hardware for you - so you can say "Run this shit and tell me what nonces are good" without having to care too much about the details. If a GPU has hung... it has hung inside the code that is deep in the shit that the miner dev usually doesn't even think about - let alone control. That thread is now "stuck", and will remain so until the entire program terminates. You may notice how when a GPU goes "DEAD" in SGMiner, the others continue to mine... this is why.
So, everything continues despite that thread's fucked status until somebody or something tells the whole miner program to quit... and therefore, all its threads must quit... oh shit. The OS can't actually terminate it properly - it's stuck in low-level code that happens to often be a core, low-level part of the OS itself... in short - we be fucked. Hard reboot to bring the GPU back up, in short.
Read my upper post. I asked the simplest solution. I dont need to shut down GPU-s. I just need to close the miner application.