Bitsum Community Forum

General Category => Process Lasso => Topic started by: justneedtogetsomehelp on July 11, 2013, 08:26:33 PM

Title: Feature request: exclude processes from a drive from ProBalance restraint
Post by: justneedtogetsomehelp on July 11, 2013, 08:26:33 PM
Dear all / developers

This would be a useful feature, since it would allow me automatically to exclude installers - which I keep on a particular drive - from restraint.

Thanks.
Title: Re: Feature request: exclude processes from a drive from ProBalance restraint
Post by: BenYeeHua on July 12, 2013, 07:14:57 AM
Your ID. :o
Not bad. 8)
----
Not a bad feature, as some people need installer finish the install ASAP, so it don't biting the I/O and causing the I/O lag. :)
Title: Re: Feature request: exclude processes from a drive from ProBalance restraint
Post by: Jeremy Collake on July 12, 2013, 06:03:16 PM
Quote from: justneedtogetsomehelp on July 11, 2013, 08:26:33 PM
This would be a useful feature, since it would allow me automatically to exclude installers - which I keep on a particular drive - from restraint.

You can use wildcards, which should be largely effective.

For instance, "e:\setup*.exe" .. or "e:\*" if the entire drive is installers. EDIT: Exclusion pathname matching is not enabled. It will be in future versions.

Does that fulfill your need?
Title: Re: Feature request: exclude processes from a drive from ProBalance restraint
Post by: edkiefer on July 12, 2013, 06:11:21 PM
Quote from: jeremy on July 12, 2013, 06:03:16 PM
You can use wildcards, which should be largely effective.

For instance, "e:\setup*.exe" .. or "e:\*" if the entire drive is installers.

Does that fulfill your need?
I was going to post same thing about wildcards but didn't know you can combine with path's to .
*.msi would be another install wildcard option .

A lot of installers are listed/named abc_setup.exe  would *setup.exe be right or setup*.exe ?
I am thinking first one
Title: Re: Feature request: exclude processes from a drive from ProBalance restraint
Post by: Jeremy Collake on July 12, 2013, 06:24:01 PM
Actually, you are right, you can't do as I suggested! I thought I allowed matching exclusions by pathnames, but checking the code, I didn't :o. The rationale was possible mismatches. However, that can be mitigated.

So, I will work on allowing path matches. I'll do that immediately. Then the suggestion I made would work :o.

Thanks for bringing this up!
Title: Re: Feature request: exclude processes from a drive from ProBalance restraint
Post by: Jeremy Collake on July 12, 2013, 06:26:13 PM
And, until then, good exclusions might be:

*setu*.exe
*instal*.exe
*.msi

That would cover many installers... though it wouldn't cover some that use temporary files for executables.
Title: Re: Feature request: exclude processes from a drive from ProBalance restraint
Post by: edkiefer on July 12, 2013, 06:51:56 PM
Quote from: jeremy on July 12, 2013, 06:26:13 PM
And, until then, good exclusions might be:

*setu*.exe
*instal*.exe
*.msi

That would cover many installers... though it wouldn't cover some that use temporary files for executables.
Yes, wildcard support is very powerful , if you get paths working that would be move flexibility .
Title: Re: Feature request: exclude processes from a drive from ProBalance restraint
Post by: BenYeeHua on July 12, 2013, 07:12:24 PM
Quote from: edkiefer on July 12, 2013, 06:51:56 PM
Yes, wildcard support is very powerful , if you get paths working that would be move flexibility .
Yup, I like the wildcard too, just be careful when using it. ;)
Title: Re: Feature request: exclude processes from a drive from ProBalance restraint
Post by: Jeremy Collake on July 13, 2013, 11:19:56 AM
What I've done is added a new toggle to allow matching of pathnames to ProBalance exclusions.

This will be present in Process Lasso version 6.6.0.63 beta and later. I'm going to make a couple more modifications to the ProBalance Exclusions Dialog, then will release a beta.

Title: Re: Feature request: exclude processes from a drive from ProBalance restraint
Post by: justneedtogetsomehelp on August 02, 2013, 10:26:55 AM
I've only just discovered these replies to my question.  :o

And my reply to those replies is . . good job! Excellent. Just what I need. Thank you.  :)