Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » SWT List/Text slow....
SWT List/Text slow.... [message #465462] Wed, 14 December 2005 14:11
Timo Nentwig is currently offline Timo NentwigFriend
Messages: 29
Registered: July 2009
Junior Member
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: Fri Apr 19 15:03:19 GMT 2024

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

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

Back to the top