RE: [JBoss-dev] Implementing a Resource Protection System?

2002-07-11 Thread marc fleury
- From: Hunter Hillegas [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 4:12 PM To: JBoss Dev Subject: [JBoss-dev] Implementing a Resource Protection System? How hard would it be to implement some kind of resource protection system for deployed JBoss apps? I'm thinking mainly

RE: [JBoss-dev] Implementing a Resource Protection System?

2002-07-11 Thread marc fleury
I've thought about doing this in some of the other architectures I've written from time to time. It's possible to keep an eye on memory usage and track its stats over time, so you can know when memory's becoming scarce and start telling different parts of the system Memory's tight. Can

FW: [JBoss-dev] Implementing a Resource Protection System?

2002-07-11 Thread marc fleury
Dain helps me say it nicely, Marcf -Original Message- From: Dain Sundstrom [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 12:29 PM To: marc fleury Subject: Re: [JBoss-dev] Implementing a Resource Protection System? Here is a more friendly response

RE: PRIVATE:(RE: [JBoss-dev] Implementing a Resource Protection System?)

2002-07-11 Thread marc fleury
it was probably right for the problem you were trying to solve. PLgC marcf -Original Message- From: Rhett Aultman [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 12:41 PM To: [EMAIL PROTECTED] Subject: PRIVATE:(RE: [JBoss-dev] Implementing a Resource Protection System

RE: [JBoss-dev] Implementing a Resource Protection System?

2002-07-11 Thread Rhett Aultman
in an environment far removed from the one in question. -Original Message- From: marc fleury [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 1:53 PM To: Jboss-Development@Lists. Sourceforge. Net Subject: FW: [JBoss-dev] Implementing a Resource Protection System? Dain helps me say

Re: [JBoss-dev] Implementing a Resource Protection System?

2002-07-11 Thread Anatoly Akkerman
marc fleury wrote: How about a PhD sub-project, Mr Akkerman, that would be a nice mbean in our system. It would have a little bit of everything, Some C, some JNI, java classes and mbean, You broadcast the information for the VM, Trust me, you will look like a king, marcf Sorry to

RE: [JBoss-dev] Implementing a Resource Protection System?

2002-07-11 Thread Rhett Aultman
: [JBoss-dev] Implementing a Resource Protection System? marc fleury wrote: How about a PhD sub-project, Mr Akkerman, that would be a nice mbean in our system. It would have a little bit of everything, Some C, some JNI, java classes and mbean, You broadcast the information for the VM

Re: [JBoss-dev] Implementing a Resource Protection System?

2002-07-11 Thread Tom Coleman
If Anatoly is not a good programmer, most of us are indeed wasting our time and should probably take up carpentry or flower arranging. Anatoly wrote: Again, not being a good programmer, is a horrible fate in CS world... --- This sf.net

RE: [JBoss-dev] Implementing a Resource Protection System?

2002-07-11 Thread marc fleury
If Anatoly is not a good programmer, most of us are indeed wasting our time and should probably take up carpentry or flower arranging. Hiram is taking up carpentry and he is a really good programmer, Anatoly is not a good/bad programmer, he's a russian programmer, marcf Anatoly

[JBoss-dev] Implementing a Resource Protection System?

2002-07-10 Thread Hunter Hillegas
How hard would it be to implement some kind of resource protection system for deployed JBoss apps? I'm thinking mainly memory... Not allowing an app to continue to grab memory until the container dies, instead, shutting down that app and sending notification to an admin... Could be useful for a

RE: [JBoss-dev] Implementing a Resource Protection System?

2002-07-10 Thread Rhett Aultman
Hillegas [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 4:12 PM To: JBoss Dev Subject: [JBoss-dev] Implementing a Resource Protection System? How hard would it be to implement some kind of resource protection system for deployed JBoss apps? I'm thinking mainly memory... Not allowing an app

Re: [JBoss-dev] Implementing a Resource Protection System?

2002-07-10 Thread Anatoly Akkerman
that aggregate information by subsystem in the JVM would be tricky, if not downright impossible. -Original Message- From: Hunter Hillegas [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 4:12 PM To: JBoss Dev Subject: [JBoss-dev] Implementing a Resource Protection System

RE: [JBoss-dev] Implementing a Resource Protection System?

2002-07-10 Thread Rhett Aultman
: Anatoly Akkerman [mailto:[EMAIL PROTECTED]] Sent: Wed 7/10/2002 5:02 PM To: [EMAIL PROTECTED] Cc: Subject: Re: [JBoss-dev] Implementing a Resource Protection System? From what I know, one can use JVMPI hooks to do fine-grained