One way you could find out whether it's a Java RT problem or an OS problem, is to try running your app under say, Win NT or Win 2k and see if you get the same sort of thing. Hooray for cross platform!
DAF Yosi wrote: > Hi, > > I have encountered a strange phenomena, that I can't seem to solve. > When I am using a gui java application for a long period of time it becomes > sluggish and very slow to respond. It happened to me with two java IDEs: > IntelliJ's IDEA and Eclipse. > > Now, if these were merely memory leaks, closing the application (and the > jvm) > should have solved the problems. But no. Restaring the application > brings them > to the same unresponsive state. Only restarting X seems to help. > > I have tried these two apps versus various jre's - Sun, IBM and Blackdown > to name a few. My system is RedHat 7.2 running KDE 3.0 > > any useful ideas? > > Sincerely, > Yosi > > _________________________________________________________________ > Join the world's largest e-mail service with MSN Hotmail. > http://www.hotmail.com > > > ================================================================= > To unsubscribe, send mail to [EMAIL PROTECTED] with > the word "unsubscribe" in the message body, e.g., run the command > echo unsubscribe | mail [EMAIL PROTECTED] > > ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
