swoole / grpc

💎 Grpc client based on Swoole Coroutine
Apache License 2.0
199 stars 20 forks source link

[Question] Does a grpc client connection pool make sense? #29

Open Bibob7 opened 3 years ago

Bibob7 commented 3 years ago

Does it makes sense to provide or implement a connection pool for clients or is this already somehow achieved with the current implementation?

So is it reusing connections?