haproxytech / haproxy-spoa-dotnet

HAProxy Stream Processing Offload Agent (SPOA) library for .NET Core.
GNU General Public License v2.0
15 stars 7 forks source link

Performance considerations #1

Closed Elufimov closed 4 years ago

Elufimov commented 4 years ago

Hi! How bad would be performance penalty without spop async feature and on what rpm/concurrent sessions aims this spoa implementation?

NickMRamirez commented 4 years ago

Hi @Elufimov This is something good to test. Or, if you can determine a baseline requirement, see if this library meets your needs? What requests per second is needed?

I would suggest comparing it to the Go implementation, which allows async, but programming with different languages would introduce its own variables into the test and possibly not be an apples-to-apples comparison.

NickMRamirez commented 4 years ago

Closing this for now, but please reopen it if the discussion should be renewed.