QTcpSocket multi-threaded server MultipleServer

In order to handle multiple client connections, each client needs to inherit QtcpServer to rewrite the incomingConnection function to open a thread. Every time a new client connects to the server, this function will be called automatically. In this function, a new QTcpSocket is constructed and saved. , the main thread and the sub-thread communicate […]

pod advanced|life cycle|readiness probe readnessprobe|survival probe livenessprobe|startupprobe|probe three detection methods exec, tcpsocket, httpget|readiness detection test

pod advanced|lifecycle|readiness probe readnessprobe|survival probe livenessprobe|startupprobe|probe three detection methods exec, tcpsocket, httpget|readiness detection test One Pod Advanced 1.1 Resource limitations 1.2 Resource requests and limits for Pods and containers: 1.3 CPU resource units 1.4 Memory resource unit Two health checks: also known as probes (Probe) 2.1 Three rules for probes: 2.2 Probe supports three inspection […]