[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Connection to Unix.

Hi all,

I'm looking for a tool which let me connect to unix machine ,then to
execute commands on the remote host and it fires events for each complete
line of stdout and stderr, but still let me use the GUI of the SWT.
I want to print each complete line of stdout and stderr on SWT StyledText
in live, i don't want to wait till all the operation is finished.

I have a tool called 'ipworks' which is doing the work but it is not let
me use the SWT GUI untill the connection is finished, but it does work
with the AWT GUI. In my opinion, it lock the thread main which handle the
SWT GUI so if i want to use syncExec it cause Dead Lock and if i use
asyncExec it waits till it finished.  

Gal.