Results 1 to 3 of 3
- 07-03-2007, 06:10 PM #1
Senior Member
- Join Date
- Jun 2007
- Posts
- 111
- Rep Power
- 0
Problems with consumes a lot of system resources
I have a multithreaded java application which on running more than a day creates a huge number of threads in the system and consumes a lot of system resources than expected.
Application uses java1.5 and runs on Windows2003 server.
Any ideas? Thanks.
Eric
- 07-03-2007, 06:19 PM #2
Member
- Join Date
- Jun 2007
- Posts
- 91
- Rep Power
- 0
Does it create Java threads or are these Windows O/S threads? Java can handle having thousands of threads and Windows handles it ok too. But it would help to know a bit more about the application. What does it do?
Is it something you have the source to? If so you may want to use a tool to do some instrumentation on the code to see where the resources are being used.
Greetings.
Daniel:o
- 07-03-2007, 06:23 PM #3
Senior Member
- Join Date
- Jun 2007
- Posts
- 111
- Rep Power
- 0
I have the source of the application.
Jobs are submitted to my application through a client with a pre-defined input rate.My application processes the jobs ,throws the desired output as requested by user.
I feel the problem is in my application rather than submission rate of client.
Previously my application was working fine,after a few bug fixes in my application this problem is see.Not able to narrow down where or which fix caused the application to behave like this.
Ready to give further info if required.
Greetings.
Eric
Similar Threads
-
Problem loading resources.
By jimm1 in forum Advanced JavaReplies: 6Last Post: 06-23-2008, 07:31 PM -
how to check available resources in java program
By lealea in forum New To JavaReplies: 3Last Post: 08-13-2007, 08:35 PM -
swing application consumes much memory
By oregon in forum AWT / SwingReplies: 1Last Post: 08-05-2007, 08:25 AM -
Grid Resources for Industrial Applications 5.1
By levent in forum Java SoftwareReplies: 0Last Post: 05-24-2007, 09:57 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks