• 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

Memory Leakage in Struts !!

 
Ranch Hand
Posts: 79
Eclipse IDE Spring Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all
how can we determine memory leakage in a struts aplication, to check weather the aplication is using too much memory!
or not closing connections after using them

this is in ref of my earlier mail (Help, struts aplication at Tomcat very slow ), im trying from this view
plz look at that issue also, im requesting to all, specially to Tomcat/ struts oldhands.
hope i will find some help at this fine place.
thanx & regards
rohit
 
Ranch Hand
Posts: 120
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did you try any profiling tools on your application? Like eclipse profiler? It can point which class is dragging its feet. Then how can you be so sure its struts and not because of one of your classes?? Your application could be waiting for some database connection or is it accessing the database on another server - could be network latency issues?? If struts had memory leaks and such issues I dont think it would have got this wide an acceptance in the industry. Sorry I dont know how to help you in this - if my rambling sparks any discussion in this forum its well and good...else just consider its just a memory leak from me good luck in your work !!
 
Rohit Mehta
Ranch Hand
Posts: 79
Eclipse IDE Spring Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanx venkat
what i meant was actually memory leak for classsses, not for struts...
right u r, im trying JProbe, lets see..
but defenitely thats a problem like hard nut, more suggetions r welcome at this topic..
thanx again
rohit
reply
    Bookmark Topic Watch Topic
  • New Topic