[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Need help on the usage of handles

Hi All,

Is there any API in Eclipse that tells the current usage of system handles? Our application contains very complext SWT editors that consume lots of handles. As a result, we are running out of handles from time to time and Eclipse just shuts down without any warning or giving the user an chance to save the work. We've tried to dispose stuff whenever they are not used.

Any suggestion?

Ying