Skip to main content



      Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » SWT List/Text slow....
SWT List/Text slow.... [message #465462] Wed, 14 December 2005 09:11
Eclipse UserFriend
Hi!

I wrote a small app that reads the output of a tail -f logfile and displays
the output in a SWT List/Text. As soon as there's lot of activity in the
file (such as thread dumps) SWT becomes the bottleneck and the CPU loaded
100%.

Is there something I can do wrong? I simply do a async
List.add()/Text.append() (List.remove() is deadly).
Previous Topic:How to define each column's width in a GridLayout?
Next Topic:controlling Table's scrollbars
Goto Forum:
  


Current Time: Tue Jul 08 02:21:51 EDT 2025

Powered by FUDForum. Page generated in 0.27078 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top