Skip to content

Thread safe? #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
lbruun opened this issue May 23, 2024 · 0 comments
Open

Thread safe? #17

lbruun opened this issue May 23, 2024 · 0 comments

Comments

@lbruun
Copy link

lbruun commented May 23, 2024

Doing lots of transform calculations, possibly from multiple threads.

Missing information on which classes an application should create only once and then re-use and which must be created for every transformation calculation.

This should be in the Javadoc.

Here is my guess:

CRSFactory. Looks like it is thread safe and that it can be a singleton in the application. Right?

CoordinateTransformFactory. Looks like it is thread safe and that it can be a singleton in the application. Right?

CoordinateTransform. Looks like it is thread safe and that it can be a singleton in the application. Right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant