Search: "socket"
Error Codes - Blockchain as a Service Documentation
: socket is already connected IPC/network error: The socket is already connected. SDK_ARGUMENT_LIST_TOO_LONG 20005 argument list ...
Exploring FastCGI protocol and its implementation in PHP Forums
.png The following code implements the function described in the figure. Web server starts a socket listener service, and ...
Why Are Linux Kernel Protocol Stacks Dropping SYN Packets blog
case handling experiences. The logic for a socket in the Listen status to process the first TCP SYN packet is like the following ...
Setting Up a Flask Application on Alibaba Cloud ECS Ubuntu 16.04 blog
after we create virtual host - `service nginx restart` - and start uwsgi on the defined socket, like `uwsgi --socket /tmp ...
Serving Flask Applications with uSWGI on Ubuntu blog
the following code in your terminal. ``` bash (venv) user@instance:~/samepleapp $ uwsgi --socket 0.0.0.0:3000 --protocol=http ...
Deploying JanusGraph on Alibaba Cloud ECS blog
its settings to meet our needs. ``` cp conf/gremlin-server/gremlin-server.yaml conf/gremlin-server/socket-gremlin-server.yaml vi ...
Windows Networking Troubleshooting 3: Network Bugs triggered blog
[Microsoft-Windows-Winsock-AFD]socket: 1: Process 0xFFFFFA80C3FB0860 (0x600), Endpoint 0xFFFFFA80C259FE50, Family 0, Type 0, Protocol 0 ...
Java threads Forums
{ 109 SocketChannel channel = server.accept(); 110 channel.configureBlocking(false); 111 Socket ...
How to Get to the Bottom of Network Timeout Issues blog
Reset command for TCP connection. This behavior is logical. ``` socket = new Socket(); socket.setReuseAddress(true ...
MaxCompute (formerly known as ODPS) event mechanism Forums
main(int argc, char* argv[]) { // create socket s struct sockadddr_in addrin; int s = socket(AF_INET, SOCK_STREAM ...
  • 1
  • 2
  • 3
  • 4
  • ... 13
  • >
  •  Total 130 items