-
Notifications
You must be signed in to change notification settings - Fork 945
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
Too many thread alive in jvm #126
Comments
Hey Aldo, Can you first confirm for me that you only have one GeoApiContext object that you are using across all of your geocoding requests? If the above is good, then the next step is debugging a thread dump of your running app... |
Hi, mmmmm.... no, i can't confirm....... there are many instances of GeoApiContext .... ( 2 thousand at day :) ) from documentation i haven't read or understood that is necessary only one instance,... the problem is here? correct? using a static instance of GeoApiContext, i will solve the problem? thank's, here_the_code
.................................................................................................. |
Ok, please create a single |
Hi to all, and thank's for this work .......
i've a problem,
using the quartz scheduler, my app invoke 2000 reverse geocoding service
( obviusly under free limit quota )
with sychronous req.await() method.....
after these 2000 call ... in jvm i've 2000 thead alive with name Thread-1 .... Thread-2000 that make too slow system ( server centOs 6 and tomcat 7.... jdk 1.7)
please, a suggestion??
thank's in advance.
best regards
Aldo
The text was updated successfully, but these errors were encountered: