• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

100% cpu usage while loading the records

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi Friends,
my application is running fine and here comes the performance issue when i try to load 1000 records which contains almost 80 columns which it was retriving frm database.. and displaying the Screen.. the thing when it try to display the records in the html/jsp it was taking 5 to 6 minutes and also it was taking 100% CPU usage which i cant move to other window or to do other task in my pc.., Even we are doing through Connection pooling still we are unable to do it.., the thing was it was getting the data very quickly but while displaying it was taking time... we are using IE6.0 version browser(latest one) Still unable to find the solution..,

PC Confirguration is good as we are using Pentium 4 and 512 mb ram...
please help me regardign this as we are running out of time....

Thanks in advance.......
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am not real clear on the configuration you are working with. Since you mention a browser and jsp I am assuming the database queries are being done by a servlet - is this correct?
Is the servlet running in the same machine as the browser?
Is the database on the same machine?
Which computer has the 100% utilization of the CPU?
Have you done any testing to determine which function is taking all the time?

Bill
 
If you like strawberry rhubarb pie, try blueberry rhubarb (bluebarb) pie. And try this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic