Hi Mark In my particular case, I was not returning my connection to the pool ( conn.close() ) after doing my queries. I reengineered my DAO and now everything's working perfectly.
Hope this helps, Rui Pacheco On 5/30/06, Mark <[EMAIL PROTECTED]> wrote:
Hello Rui, have you found the reason for your performance problems? I have a similar problem just now, my first time using the contrib:table component. It works nicely for a while, but after refreshing the same page 10 or 20 times, everything request that navigates from or to this page is really slow... I have not started debugging yet, but it seems like most of the time is lost before and after the query - the entire list only contains 5 elements... Thanks, MARK Rui Pacheco wrote: > I am sorry for insisting on this, but its really confusing me. > > I am using a normal table, fed from a ResultSet with 30 rows. I've set > the > table to show 10 rows at each iteraction. > The problem is, after navigating back and forth on the data 3 or 4 times, > the page becomes unusable. It simply wont load. > > I think the problem is not with my connection to the database because > I only > do the query when the page is loaded, on my pageBeginRender, so the > query is > not called again during the navigation. > > I dont have any error messages on my logs, and so its very hard to see > whats > happening. Can anyone help me shed some light into this? > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Cumprimentos, Rui Pacheco