Arnaud Geiser
Arnaud Geiser
Do not get me wrong, everything is fine with my test case. I'm only in trouble because I'm overwhelming the pool, but eventually, everything will be garbage collected if I...
> Just forced it to make 3 conns per domain, and all I got was endless utilization values of 4. I need to set this aside for now. Ah yes,...
I will spend some time to write unit tests for Dirigiste beause some parts of the code seems to be off, really. A few examples: ```java public void sample(double n)...
Thanks for the explanations, I missed so many things here. > For both Executor and Pool, in startControlLoop, the stats reservoirs are replaced once each control loop by updateStats(). Woow......
Yes, I agree. But some people are currently having issues with the `io.aleph.dirigiste.Pool` while it's unlikely they are currently talking to a lot of different servers. By adding tests, I...
> I agree that other memory leaks of Dirigiste should be fixed. I'm just afraid that the pool leak is a red herring for their other issues. I'm also afraid...
I just did a simple HTTP server using Aleph and Graal native-image without any issues (expect the usual ones - plus the Netty ones). Here is the dummy project: https://github.com/arnaudgeiser/aleph-graal...
As it's working on me side, the PR is one year old and we have no news from the requester, I will close. Do not hesitate to re-open another one...
> I suggest we make this a separate issue? Yes, obviously. Just surprised it wasn't supported already.
I tried to rebase this PR on master but unfortunately I don't have the rights to perform commits on your branch @DerGuteMoritz. Can I ask you to do so then...