stazz / CBAM

Connection-Based Asynchronous Messaging (CBAM) framework provides asynchronous task-based API and implementation for workflow which communicates with e.g. SQL or LDAP processes.
Apache License 2.0
3 stars 2 forks source link

[CBAM.NATS and HTTP] Make it possible to create dedicated NATS/HTTP connections #4

Closed stazz closed 5 years ago

stazz commented 6 years ago

Make it possible to create dedicated connections in CBAM.NATS and CBAM.HTTP (when HTTP supports HTTP v2 protocol) projects. These connections would have their SupportsConcurrentEnumeration property to be set as false, and would be able to optimize their memory usage (e.g. allocating byte arrays for messages) for situations when concurrent enumeration is not needed (which happens often).

stazz commented 5 years ago

This has been fixed actually a while ago.