Please "reply to all" so that the answers go to the list too.

On Tue, Jul 20, 2010 at 12:19, Piotr Dorobisz <pdorob...@gmail.com> wrote:
>> BTW, one thing to consider is that the trace data can be huge and it
>> might be prohibitive to send it directly to Java. There should be
>> possible to write the trace to disk and display it off-line too.
>>
> I think you're right. So you propose that eclipse plugin always should read
> trace data from disk file? And while tracing all data would be written in
> that file instead of being directly sent to Java?

That is probably better (at least for a start). The only use case for
sending the data directly to Java is if we can update the view in real
time, but I have doubts that it's possible without blocking the whole
UI (in real-world cases, not toy examples). The API shouldn't care
about which, so that any method can be used without big problems.

regards,
Vlad

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Erlide-devel mailing list
Erlide-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/erlide-devel

Reply via email to