这是indexloc提供的服务,不要输入任何密码
Skip to content
Discussion options

You must be logged in to vote

Its a UNIX socket, generated by the uWSGI application. A UNIX socket, AKA Unix Domain Socket, is an inter-process communication mechanism that allows bidirectional data exchange between processes running on the same machine.

The uWSGI (python) process listen on this socket and the HTTP server (proxy) is connected to this socket.

Related comments:

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@CuriousCorvid
Comment options

@virtadpt
Comment options

@CuriousCorvid
Comment options

Answer selected by return42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants