-
1. Re: Profller Generates Thousands of Files in 10 minutes
clebert.suconic Mar 10, 2005 10:30 AM (in response to nickman)It opens one file per thread.
As there is a thread pool inside JBoss, you shouldn't have so many threads opened.
Also, I have to do that, as I don't want to have synchronization between threads inside the DLL.
Also, I close the file when the thread is finished. (At least I should do it, and it would be a bug if it's not doing it. I will check it anyway) -
2. Re: Profller Generates Thousands of Files in 10 minutes
nickman Mar 10, 2005 11:03 AM (in response to nickman)As I understand it, this issue is not being observed on Windows, where the profiler generates only about 250 files for the same application under the same load. So I am wondering if the new Solaris 9 1:1 threading model is the cause of the difference. Perhaps in Windows, the LWP multiplex into a lower number of actual native threads......
At any rate, this is what we see in the standard out (several thousand times):******************************************************** ERROR: Cannot open file /export/home/jboss/profileData/serverspy_743_thread_1110469628357_79971957197600_470.log.gz ********************************************************
Any ideas ? -
3. Re: Profller Generates Thousands of Files in 10 minutes
clebert.suconic Mar 10, 2005 11:13 AM (in response to nickman)No...
I will have to test it in Solaris.
We will have a new Solaris box installed in couple days. I will be working on it.
http://jira.jboss.com/jira/browse/JBPROFILER-11
Clebert -
4. Re: Profller Generates Thousands of Files in 10 minutes
olivier_etienne Jul 2, 2007 6:23 PM (in response to nickman)Same problem on Linux RedHat 4