distributed-process-0.7.4: Cloud Haskell: Erlang-style concurrency in Haskell

Safe HaskellNone
LanguageHaskell98

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

Contents

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