Re: [JBoss-dev] loading 10 EBs takes 5s 1st time called (2 bugs in org.jboss.proxy.Proxies.Impl)

2001-11-29 Thread Peter Levart
On Wednesday 28 November 2001 17:10, Peter Levart wrote: > On Wednesday 28 November 2001 12:49, Dain Sundstrom wrote: > > > > > > My use of the proxy generator is obviously broken. I'll look > > > at it after > > > some sleep. > > Good morning! > > It might be that your use of the proxy generator

Re: [JBoss-dev] loading 10 EBs takes 5s 1st time called (2 bugs in org.jboss.proxy.Proxies.Impl)

2001-11-28 Thread Peter Levart
On Wednesday 28 November 2001 12:49, Dain Sundstrom wrote: > I fixed this one. > > In the startup code I generate one bean the old way > (Proxy.newProxyInstance), and then I steal the constructor from the > generated object. Then when a new bean instance is requested, I just use > the constructor

RE: [JBoss-dev] loading 10 EBs takes 5s 1st time called

2001-11-28 Thread Dain Sundstrom
. I need to sleep now. -dain > -Original Message- > From: Dain Sundstrom [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 28, 2001 3:46 AM > To: 'Peter Levart'; Dain Sundstrom; > [EMAIL PROTECTED] > Subject: RE: [JBoss-dev] loading 10 EBs takes 5s 1st t

RE: [JBoss-dev] loading 10 EBs takes 5s 1st time called

2001-11-28 Thread Dain Sundstrom
> > On Tuesday 13 November 2001 16:49, Dain Sundstrom wrote: > > > > > > The first time I reference let's say 10 Entity Beans after a > > > JBoss restart it > > > takes approx. 5 seconds to retrieve data from them. The > > > second and subsequent > > > requests to return data from the same 10 EBs

Re: [JBoss-dev] loading 10 EBs takes 5s 1st time called

2001-11-28 Thread Peter Levart
On Tuesday 13 November 2001 16:49, Dain Sundstrom wrote: > > > > The first time I reference let's say 10 Entity Beans after a > > JBoss restart it > > takes approx. 5 seconds to retrieve data from them. The > > second and subsequent > > requests to return data from the same 10 EBs take ~20ms. > >

RV: [JBoss-dev] loading 10 EBs takes 5s 1st time called

2001-11-13 Thread Ignacio Coloma
Damn the reply-to button -Mensaje original- De: Ignacio Coloma [mailto:[EMAIL PROTECTED]] Enviado el: martes, 13 de noviembre de 2001 18:28 Para: Dain Sundstrom Asunto: RE: [JBoss-dev] loading 10 EBs takes 5s 1st time called Could it be the database cache? Just guessing

RE: [JBoss-dev] loading 10 EBs takes 5s 1st time called

2001-11-13 Thread Dain Sundstrom
2001 10:27 AM > To: Dain Sundstrom; 'Peter Levart'; > [EMAIL PROTECTED] > Subject: RE: [JBoss-dev] loading 10 EBs takes 5s 1st time called > > > Have you thought of profiling the code to determine what's > taking so long? > > > -Original Message--

RE: [JBoss-dev] loading 10 EBs takes 5s 1st time called

2001-11-13 Thread Tim Fox
Subject: RE: [JBoss-dev] loading 10 EBs takes 5s 1st time called > > > > Hello! > > > > I just wanted to know if somebody has a straight answer. I'm > > using JBoss 3.0 > > alpha with CMP 2.0. > > > > The first time I reference let's say

RE: [JBoss-dev] loading 10 EBs takes 5s 1st time called

2001-11-13 Thread Dain Sundstrom
> Hello! > > I just wanted to know if somebody has a straight answer. I'm > using JBoss 3.0 > alpha with CMP 2.0. > > The first time I reference let's say 10 Entity Beans after a > JBoss restart it > takes approx. 5 seconds to retrieve data from them. The > second and subsequent > requests

[JBoss-dev] loading 10 EBs takes 5s 1st time called

2001-11-13 Thread Peter Levart
Hello! I just wanted to know if somebody has a straight answer. I'm using JBoss 3.0 alpha with CMP 2.0. The first time I reference let's say 10 Entity Beans after a JBoss restart it takes approx. 5 seconds to retrieve data from them. The second and subsequent requests to return data from the