Home > Backend Development > PHP Tutorial > linux - php 如何测试我是否使用了长连接

linux - php 如何测试我是否使用了长连接

WBOY
Release: 2016-06-06 20:06:37
Original
1110 people have browsed it

我在php中创建socket,使用 stream_socket_client,使用了一个参数 STREAM_CLIENT_CONNECT|STREAM_CLIENT_PERSISTENT
我在手册了解到加上了STREAM_CLIENT_PERSISTENT,其实就是长连接。
但是我要怎么证明真的使用了长连接,然后比较出使用了长连接之后,性能真的有改善?。

回复内容:

我在php中创建socket,使用 stream_socket_client,使用了一个参数 STREAM_CLIENT_CONNECT|STREAM_CLIENT_PERSISTENT
我在手册了解到加上了STREAM_CLIENT_PERSISTENT,其实就是长连接。
但是我要怎么证明真的使用了长连接,然后比较出使用了长连接之后,性能真的有改善?。

查看这个连接有没有被关掉?性能的话要看具体使用场景咯_(:з」∠)_。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template