selfuryon / netdev

Asynchronous multi-vendor library for interacting with network devices
http://netdev.readthedocs.io/
Apache License 2.0
213 stars 45 forks source link

Connection pool #8

Open frostspb opened 6 years ago

frostspb commented 6 years ago

Hi, is there any way to create a connection pool?

selfuryon commented 6 years ago

@frostspb Hello! What do you mean by "connection pool"? Something like ThreadPool with a fixed number of threads which will run asynchronously a fixed number of connections? No, it's not supported yet, but it is a good idea :) I try to make it soon :)

frostspb commented 6 years ago

Yes it is. I'll wait, thanks

selfuryon commented 6 years ago

I'll leave it open to not forget about this enhancement :) I'll drop the message here when it will be ready

ziyifeihu commented 3 years ago

is there any update?