• 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

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
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic