distributed-process-0.7.6: Cloud Haskell: Erlang-style concurrency in Haskell
Safe HaskellNone
LanguageHaskell2010

Control.Distributed.Process.Management.Internal.Trace.Remote

Synopsis

Configuring A Remote Tracer

setTraceFlagsRemote :: TraceFlags -> NodeId -> Process () Source #

Set the given flags for a remote node (asynchronous).

startTraceRelay :: NodeId -> Process ProcessId Source #

Starts a trace relay process on the remote node, which forwards all trace events to the registered tracer on this (the calling process') node.

Remote Table