Nikita Kazmin

Results 85 comments of Nikita Kazmin

@roji if things are stable, that counter becomes kinda useless - you want to react to something going wrong (like the app started to hit different branches, resulting in different...

> I don't think that's true... One thing this can discover is when e.g. dynamic SQL is being used, with many one-off SQLs that never get prepared. Another is when...

> @vonzshik sorry for not looking at this for so long. Is this still relevant after all the changes in the area? If so, could you rebase this when you...

I investigated this and [found](https://docs.microsoft.com/en-us/mem/configmgr/core/plan-design/security/enable-tls-1-2-client#bkmk_winhttp) that by default tls1.1 and tls1.2 are disabled on windows 7 (in a sense, that unless you specifically request them (that was the behavior prior...

Npgsql 5.0.11 specifically requests for tls1.1 and tls1.2. https://github.com/npgsql/npgsql/blob/e31c4a31e6020b15e3087443bd76107bc2ad285b/src/Npgsql/NpgsqlConnector.cs#L700-L703

> Some questions/comments: > > * What happens if CloseConnector is called from pruning, and is about to go into PoolManager.Delete, and at the same time another Open attempts creates...

@neyromant I was thinking on doing it myself, but ok - I'll take a look after most of the other stuff is done.

@Brar could you please try this one?

@roji What do you think? I'm not sure there is a lot we can do without adding a timer to enforce fair distribution.