[erlang-questions] optimizing an asynchronous architecture
Jeroen Koops
koops.j@REDACTED
Tue Jul 7 22:40:44 CEST 2009
Hi Joel,
What I would like, ideally, is to timestamp the message as it goes through
> the 1-2-3-4-1 pipeline and calculate the deltas once I'm back at #1. Any
> other suggestions?
>
Not that I have any experience with it, but did you have a look at the
sequential tracing facility (http://www.erlang.org/doc/man/seq_trace.html)?
Looks like it does pretty much what you need.
----
Jeroen
More information about the erlang-questions
mailing list