• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

performance decrease wls 5.1

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,
I'm using wls 5.1 with EJBs (1.1), jsps and lots of tags. My problem is that the duration for DB connects and selects increases. This increase grows with the time the server runs. The connects to the DB are 4 (default), max 10. HeapSize doesn't matter, Beans in cache we reduced from 1000 to 300... Can I configure the deploymentdescriptor?
Regards,
Ulli
 
Ranch Hand
Posts: 1871
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm using wls 5.1 with EJBs (1.1), jsps and lots of tags.
My problem is that the duration for DB connects and selects increases. This increase grows with the time the server runs.
Is there a reason for this and why does this happen

The connects to the DB are 4 (default), max 10. HeapSize doesn't matter,

Beans in cache we reduced from 1000 to 300... Can
I configure the deploymentdescriptor?
What type of beans are you talking of. yes I think that the weblogic-ejb-jar.xml may have a tag for configuring this.
I am sorry I could not get the exact problem.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic