You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used your project to create a socks5 server, it's a bit difficult to access your project structure but everything is fine. During long-term running on the server, I found that the project used a lot of ram and was not optimal. I think we should use BufferManager and SocketAsyncEventArgsPool to optimize memory usage.
The text was updated successfully, but these errors were encountered:
nguyentuan3691
changed the title
Need Pool Buffer and Pool SocketAsyncEventArgs to optimize memory
Need use PoolBuffer and PoolSocketAsyncEventArgs to optimize memory
Jan 29, 2024
nguyentuan3691
changed the title
Need use PoolBuffer and PoolSocketAsyncEventArgs to optimize memory
Feature-Request: use BufferManager and SocketAsyncEventArgsPool to optimize memory
Feb 3, 2024
Hello
I used your project to create a socks5 server, it's a bit difficult to access your project structure but everything is fine. During long-term running on the server, I found that the project used a lot of ram and was not optimal. I think we should use BufferManager and SocketAsyncEventArgsPool to optimize memory usage.
The text was updated successfully, but these errors were encountered: