Tool to limit system resources?
-
Can anyone recommend an application that would make an application think the system is low on resources? Looking for GDI resources as well as RAM. Or even an API that I could investigate to roll my own tool?
- Dy
Vista If you already have Vista installed, try Office 2007.
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 -
Can anyone recommend an application that would make an application think the system is low on resources? Looking for GDI resources as well as RAM. Or even an API that I could investigate to roll my own tool?
- Dy
-Dy wrote:
Can anyone recommend an application that would make an application think the system is low on resources?
Vista? Ignore it, it's already being said :doh:
Mostly, when you see programmers, they aren't doing anything. One of the attractive things about programmers is that you cannot tell whether or not they are working simply by looking at them. Very often they're sitting there seemingly drinking coffee and gossiping, or just staring into space. What the programmer is trying to do is get a handle on all the individual and unrelated ideas that are scampering around in his head. (Charles M Strauss)
modified on Tuesday, June 3, 2008 6:38 AM
-
-Dy wrote:
Can anyone recommend an application that would make an application think the system is low on resources?
Vista? Ignore it, it's already being said :doh:
Mostly, when you see programmers, they aren't doing anything. One of the attractive things about programmers is that you cannot tell whether or not they are working simply by looking at them. Very often they're sitting there seemingly drinking coffee and gossiping, or just staring into space. What the programmer is trying to do is get a handle on all the individual and unrelated ideas that are scampering around in his head. (Charles M Strauss)
modified on Tuesday, June 3, 2008 6:38 AM
Don't you know that Vaccines are being made out of the same agent which is causing trouble. http://en.wikipedia.org/wiki/Vaccine[^]
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson -
Can anyone recommend an application that would make an application think the system is low on resources? Looking for GDI resources as well as RAM. Or even an API that I could investigate to roll my own tool?
- Dy
I'll recommend Vista. It's an excellent candidate for your requirement. I wonder why nobody pointed out this to you already.
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
-
Can anyone recommend an application that would make an application think the system is low on resources? Looking for GDI resources as well as RAM. Or even an API that I could investigate to roll my own tool?
- Dy
-
I'll recommend Vista. It's an excellent candidate for your requirement. I wonder why nobody pointed out this to you already.
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
Rajesh R Subramanian wrote:
I wonder why nobody pointed out this to you already.
I wonder how you could not have noticed it in the 2 previous replies already.
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4a out now (29 May 2008) -
Rajesh R Subramanian wrote:
I wonder why nobody pointed out this to you already.
I wonder how you could not have noticed it in the 2 previous replies already.
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4a out now (29 May 2008)I wonder how you didn't notice that his post was sarcastic (hehe, this can go on for a looooong time :-D )
Cédric Moonen Software developer
Charting control [v1.4] -
Rajesh R Subramanian wrote:
I wonder why nobody pointed out this to you already.
I wonder how you could not have noticed it in the 2 previous replies already.
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4a out now (29 May 2008)My reply was a sarcastic note. A joke, even.
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
-
I wonder how you didn't notice that his post was sarcastic (hehe, this can go on for a looooong time :-D )
Cédric Moonen Software developer
Charting control [v1.4]I was thinking that, but it had no hints that it was. Having just browsed through some message boards, the lack of seeing something is very possible indeed.
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4a out now (29 May 2008) -
I was thinking that, but it had no hints that it was. Having just browsed through some message boards, the lack of seeing something is very possible indeed.
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4a out now (29 May 2008)leppie wrote:
I was thinking that, but it had no hints that it was.
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
-
Can anyone recommend an application that would make an application think the system is low on resources? Looking for GDI resources as well as RAM. Or even an API that I could investigate to roll my own tool?
- Dy
Just write your own:
while(resourcesLeft){ AllocateResources(); }
Simon
-
Can anyone recommend an application that would make an application think the system is low on resources? Looking for GDI resources as well as RAM. Or even an API that I could investigate to roll my own tool?
- Dy
Try running the app inside Virtual PC or VMWare - these allow you to limit the resources that are available.
Deja View - the feeling that you've seen this post before.
-
Try running the app inside Virtual PC or VMWare - these allow you to limit the resources that are available.
Deja View - the feeling that you've seen this post before.
Or virtualbox and also disable any SVM or VT (processor virtualization support) instructions that these have.
John
-
Try running the app inside Virtual PC or VMWare - these allow you to limit the resources that are available.
Deja View - the feeling that you've seen this post before.
-
Else we can just send him a CEH tool :)
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4a out now (29 May 2008)A what?
Work @ Network integrated solutions | Flickr | A practical use of the MVC pattern
-
A what?
Work @ Network integrated solutions | Flickr | A practical use of the MVC pattern
-
-
Vista If you already have Vista installed, try Office 2007.
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001I think there are some idiots who will vote you a 1, no matter what you say.
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
-
Else we can just send him a CEH tool :)
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4a out now (29 May 2008)leppie wrote:
Else we can just send him a CEH tool
:laugh: Only if we can beat it into small pieces with a mallet.
Deja View - the feeling that you've seen this post before.