Re: Soft termination: a demonstration

2003-07-14 Thread Algis Rudys
On Fri, 2003-07-11 at 01:45, Costin Manolache wrote: If I understand correctly, you modify the bytecode to insert checks before it loops back ? Pretty cool. I haven't looked too much at the code - do you do it via a generic ClassLoader ? That is correct. I modified

Re: Soft termination: a demonstration

2003-07-11 Thread Costin Manolache
If I understand correctly, you modify the bytecode to insert checks before it loops back ? Pretty cool. I haven't looked too much at the code - do you do it via a generic ClassLoader ? Are you interested to contribute this to tomcat, or it's just a demo ? I'm wondering if the JVM itself

Soft termination: a demonstration

2003-07-10 Thread Algis Rudys
Greetings -- As I announces about a week ago, as a part of my research, I have developed a mechanism for terminating individual Tomcat webapps (at the context level) called soft termination. For your further enjoyment, I've taken the liberty of setting up a demo install of my soft termination

Re: Soft termination: a demonstration

2003-07-10 Thread Remy Maucherat
Algis Rudys wrote: Greetings -- As I announces about a week ago, as a part of my research, I have developed a mechanism for terminating individual Tomcat webapps (at the context level) called soft termination. For your further enjoyment, I've taken the liberty of setting up a demo install of my