Andreas Dirnberger

Results 134 comments of Andreas Dirnberger

I didn't look at the v2 code much but most likely it suffers like the v1 from to much buffering and threads. The channel reader is best used in a...

The optimal why to do this feature would be over the url fragment parameter. Else near all instant messanger apps would destroy the url on sharing Example: `http://:8200/ui/vault/tools/unwrap#wrapping_token=` The the...

I have connected users over ws too, but implemented my own KV because of the lack of list-filters and sub-key permissions What exact issue can come if a bad client...

I think that I found my aware already. The header `Nats-Rollup: all` would negate the client permission on the stream and purges all messages even if the client has only...

I hade an idea to `virtual-bucket` that is related to this issue https://github.com/nats-io/nats-server/issues/5204#issuecomment-2081554896

I posted view years some system API's to read the consume cycles from a process for windows/linux Maybe there is something newer/better out in the dotnet sdk tools.

https://github.com/akkadotnet/akka.net/issues/5400#issuecomment-1020871040 https://github.com/akkadotnet/akka.net/issues/5400#issuecomment-1021952961 maybe we can implement something like a StopWatch with it, but for CPU cycles. It would have an usage not only inside perf-tests but maybe also inside the...

> > I posted view years some system API's to read the consume cycles from a process for windows/linux Maybe there is something newer/better out in the dotnet sdk tools....

the used distro/kernel level can make a difference too. Tip: and don't write the log/output to your SD card, it will trash the card very fast.

I will make a demo project for the cycle measurement.