龙卷风中的tcpclient可以保持长连接吗?

时间:2018-01-17 02:52:41

标签: tornado tcpclient tcpserver

我做了一个tcpserver,它应该使用server-client中的tcpclient连接一个anthor服务器。

我需要连接,从服务器到anthor服务器保持长连接。

现在我使用如下:

<form action="upload.php" method="post" enctype="multipart/form-data">

我知道我应该使用tcp_client_two = TCPClient() stream = yield tcp_client_two.connect(host,port) 关闭流,如果我不使用&#39; .close()&#39;,连接不会停止?有人告诉我:不使用.close()并不意味着长连接。

所以,我想知道如何长时间连接到anthor服务器?

0 个答案:

没有答案