Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-dev] attachment upload progress



Wim Jongman wrote:
That sounds like a blocking UI thread. I am not sure but could that
possibly be solved by calling Display.getDefault().readAndDispatch()
in your loop?

It shouldn't be. I do blocking IO however that shouldn't happen in the UI thread unless I misunderstood the Mylyn API. I'm being handed a IProgressMonitor which as far as I understand is Mylyn's way of saying: "you're not the in the UI thread, it's OK to do BIO".

Cheers
Philippe


Back to the top