Ron Pressler
Ron Pressler
Hopefull I'll complete the Galaxy specification (and verification) effort next week and then I'll delve deeper into this issue.
We're in the process of overhauling Galaxy. As part of the overhaul, we will drop ZooKeeper entirely and use JGroups only (or possibly some other product similar to JGroups), so...
Hi. Are you actually running the agent? Listing the JAR in the dependencies isn't enough.
Can you run with the `verifyInstrumentation` flag? -Dco.paralleluniverse.fibers.verifyInstrumentation=true
Comsat 0.3.0 -- which is being released right now -- includes Ring support. Clojure web actors will find their way into the next version.
A PR would be welcome.
> For example I don't exactly understand how all of this goes hand in hand with the JdbiClassifier… The classifier is a programmable way of marking suspendable methods. If we're...
This might actually make Retrofit support much easier. Only a single method now is fiber-blocking: `Call.execute`.
This is a very big PR. Thank you for taking the time to do it. But it does do quite a few separate things, and should probably be broken down....
The meta-reason you're seeing different results is that the implementation of the OpenJDK VM (HotSpot) changes frequently. Some micro-operation can be faster than another in one release, slower by the...