Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INV: Multi-node logging and monitoring in the new framework #4

Closed
cpelley opened this issue Feb 23, 2024 · 1 comment
Closed

INV: Multi-node logging and monitoring in the new framework #4

cpelley opened this issue Feb 23, 2024 · 1 comment

Comments

@cpelley
Copy link
Collaborator

cpelley commented Feb 23, 2024

Logging and monitoring in the new framework is key to managing real-time resources as well as gaining insights into what is happening in real-time within the executing graph.

We require a solution that will not only work across multiple processes but also over different nodes too.

Issues


Background

A TCP (Transmission Control Protocol) socket is an endpoint for communication between two computers using the TCP network protocol. TCP is one of the main protocols in the Internet protocol suite and provides reliable, ordered, and error-checked delivery of a stream of bytes between applications running on hosts communicating via an IP network.

In programming, a socket is a software structure that provides a system interface for network programming. It allows applications to send and receive data over a network, and in the case of a TCP socket, it ensures that the data is delivered in order and without errors.

Reference

@cpelley cpelley changed the title Multi-node logging and monitoring in the new framework INV: Multi-node logging and monitoring in the new framework Feb 23, 2024
@cpelley cpelley self-assigned this Feb 23, 2024
@cpelley
Copy link
Collaborator Author

cpelley commented Jul 16, 2024

Going to say this is complete.

@cpelley cpelley closed this as completed Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants