Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/567 I have a concern on overall performance. I agree that "Script compilation is synchronised" helps in the rare case when two or more identical scripts are submitted concurrently. However, in the more likely case of new, unique scripts being submitted concurrently, it would seem that this effectively serializes script compilation creating a bottleneck. Unless I'm missing something, parallel compilation seems to be the better choice.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---