DEVELOPMENT ENVIRONMENT

~liljamo/emerwen

ref: 1d405b318fcc8f3c552c8439782cc1addae5f84c emerwen/README.md -rw-r--r-- 531 bytes
1d405b31Jonni Liljamo feat: initial 15 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# emerwen

## Handle?
    * Bad data in TCP stream? What would this do?

## Future
    * TLS for Master->Worker connection
        * https://github.com/rustls/tokio-rustls
    * Graceful shutdown for Workers when SIGINT is received
        * Send Master(s) a message that you're exiting, and wait for Master(s)
          to end the connection
        * Once no connections are active, exit with 0
    * Master should notify if a Worker becomes unreachable
        * Without sending the message described above "graceful shutdown"