Loïc Rouchon
Loïc Rouchon
> Or we jOr we just wait for the bug to be fixed in the the JDK?ust wait for the bug to be fixed in the the JDK? If we...
@quintesse I took a look at your workaround in order to see if I can implement it in `ceylon.build` or if it can be implemented in `ceylon.process`, but as you...
FYI https://bugs.openjdk.java.net/browse/JDK-8023130 has been fixed in JDK 8, but not in JDK 7 :( So we'll have to implement a workaround for JDK 7 / windows
Thanks for the information, I will test it with JDK 7u60 when available
I'm currently not able to check. I will test next week (when coming back) with the jdk including the fix if it's working Le 19 sept. 2014 17:26, "Gavin King"...
Tested with JDK 1.7.0_67 and JDK 1.8.0 Now, inherits IO is working fine for stderr and stdout. However, for exit code, it's still not working. `process.waitForExit()` and `process.exitCode` still returns...
@jeroenvandevelde, the goal of the `BackPressureLimiter` is to provide an information on the maximum number of messages that can be read from the queue in the next polling cycle. This...
> How fast are we processing and the rate at which we would like to go (configurable value). So therefore i would prefer to not push the complexity of keeping...
Hi @tomazfernandes and Happy New Year! > I wonder why you chose to change the current SemaphoreBackPressureHandler implementation though - it seems like the functionalities are complementary to each other?...
@tomazfernandes I pushed a version using a wrapper over the SemaphoreBackPressureHandler. I'm quite happy with how it simplify things now and I'm looking for feedback before continuing with the PR...