Azure / DotNetty

DotNetty project – a port of netty, event-driven asynchronous network application framework
Other
4.09k stars 977 forks source link

Is connection pooling supported? #267

Open CraftyFella opened 7 years ago

CraftyFella commented 7 years ago

Hi,

Does DotNetty already support connection pooling?

If not are there plans to implement it? I see in Netty they have implemented something called ChannelPool which they have 2 versions of

Thanks

nayato commented 7 years ago

we have no immediate plans to port connection pooling features ourselves. We're using more sophisticated connection pooling internally anyways. That said, we're glad to accept PRs :)

CraftyFella commented 7 years ago

Ah.. can you point me to where the pooling is happening?

I'm interested to see what you're doing?

Can a hard limit be set?

nayato commented 6 years ago

see #313