Hello Roy,

We observed exactly the same thing on our own tests using the same
stress-testing tool, we will find out what the reason is immediately.

Regards,
Karl Avedal

"Lou, Roy" wrote:

> We are having problems getting Orion to free memory. All we are using is the
> servlet subset of J2EE.  Is there something we have to do to get Orion to
> free memory ????  I thought the VM's garbage collector ran no matter what.
>
> We got a
>
> java.lang.OutOfMemoryError
>         at java.lang.Thread.start(Native Method)
>         at com.evermind.util.ThreadPool.a4(JAX, Compiled Code)
>         at com.evermind.util.ThreadPool.launch(JAX, Compiled Code)
>         at com.evermind.server.http.ds.rb(JAX, Compiled Code)
>         at com.evermind.server.http.ds.run(JAX, Compiled Code)
>
> when performing a stress test on a simple JSP.  It creates a parameter in
> the session object and then includes another HTML page.
>
> The JSP was (modified to no longer use a gif for the background)
>
> [[HelloWorld.JSP]]
>
> <%@ page info=" a hello world example" %>
> <html>
> <head><title>Hello, World</title></head>
> <body bgcolor="#ffffff" >
>
> <%@ include file="dukebanner.htm" %>
> <%
>   session.putValue("test",
> "12345678901234567890123456789012345678901234567890");
>   System.out.println("add parameter to session object");
> %>
> <table>
> <tr>
> <td width="150" > &nbsp; </td>
> <td width="250" align=right> <h1>Hello, World!</h1> </td>
> </tr>
> </table>
>
> </body>
> </html>
>
> [[end of HelloWorld.JSP]]
>
> The included file (modified to no longer include a gif) is
>
> [[DukeBanner.htm]]
>
> <table border="0" width="400" cellspacing="0" cellpadding="0">
> <tr>
> <td height="150" width="150"> &nbsp; </td>
> <td width="250" > &nbsp; </td>
> </tr>
>
> <tr>
> <td width="150" width="150"> &nbsp; </td>
> <td align="right" width="250" > <h1>Duke Replacement for easier
> debugging</h1> </td>
> </tr>
> </table>
> <br>
>
> [[ end of DukeBanner.htm]]
>
> The stress testing tool is located at (click on downloads to get to it)
>
> [[MSWAST URL]]
>
> http://webtool.rte.microsoft.com/
>
> TIA
>
> Roy Lou


Reply via email to