Sumeet Chhetri

Results 10 comments of Sumeet Chhetri

Seems to be a regressive move!! Moreover the same optimisations for the postgres client are equally available to all to integrate within their frameworks. Also it would have been appropriate...

Just to clear the confusion on updates test (@matt-42 and @billywhizz), if you are within a transaction boundary the SYNC is (if not, should be) surely allowed ([libpq pipeline_mode](https://www.postgresql.org/docs/current/libpq-pipeline-mode.html)), PIPELINE_START;BEGIN;UPDATE...

@nbrady-techempower and @michaelhixson, do we have a definitive list of all frameworks using postgresql (pipelining/batching) directly or indirectly, there are multiple frameworks who are relying on external libraries (rust/java/.net/possibly-other-langs) which...

https://github.com/TechEmpower/FrameworkBenchmarks/pull/7383

Please look at the source for the framework [here](https://github.com/errantmind/faf/blob/aae75a54637bcf0e225e1078693d5110e444f7d5/src/epoll.rs#L70), the date value is passed along from the main event loop, also the date header validation does exist in the tfb...

Ok, so to provide the context here, imagine a client library like libpq (postgresql client) that wraps most of the socket reading part within the api calls, we can very...

Please ensure that the HL7 message does not contain any multi-byte encoded data like UTF-16/32, this is the primary reason for such errors. Refer to the MLLP spec for more...

Apologies for speaking too soon and without reading through all the details, For my implementation I directly extracted the MllpDecoderState class and used it in a custom Hl7Server, hence had...

Currently very limited documentation is available at https://github.com/sumeetchhetri/ffead-cpp/wiki, More is in the works, you can find examples at https://github.com/sumeetchhetri/ffead-cpp/tree/master/web, look at the markers and te-benchmark folders specifically. Use cases can...

Yes, we could treat normal text as commands as well, so this PR would provide such functionality to the library