Open cayolblake opened 2 years ago
Yes, For example.
new Worker('unix:///your/path/of/xx.sock');
And for establishing a client connection to it from another PHP code? Just use stream_socket_client or anything recommended/better?
Just use stream_socket_client.
Is it possible to use AsyncTcpConnection as a unix client connection to interact with a unix Worker?
Is it possible to use AsyncTcpConnection as a unix client connection to interact with a unix Worker?
Actually it can be use (AsyncTcpConnection) to make connections to unix socket. I tried and is working fine. Thanks for such a great tool @walkor
Hi @walkor
Does
workerman
support creating UNIX socket servers?