swooletw / laravel-swoole

High performance HTTP server based on Swoole. Speed up your Laravel or Lumen applications.
MIT License
4.04k stars 390 forks source link

Can I reuse a soap client connection using Swoole ? #419

Closed majuansari closed 3 years ago

majuansari commented 4 years ago

Can I reuse a soap or any connection using Swoole ?

Arkanius commented 3 years ago

What do you mean by reuse?

majuansari commented 3 years ago

I mean reusing the same connection which is already established between two servers and thereby avoiding TLS handshake time.

Anyways I found a way by using global variables and tables. So closing this