Skip to content
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

replace creation of new HTTPClient objects for each Beacon.send() (e.g. by pooling HTTPClient objects) #3

Open
christian-schwarzbauer opened this issue Nov 5, 2017 · 0 comments
Assignees

Comments

@christian-schwarzbauer
Copy link
Contributor

right now a new HTTPClient object is created for each Beacon.send() call. given that usually the number of different server IDs is very limited (~3) and the monitor name is hardly ever changed, I suggest e.g. pooling of the HTTPClient objects.

openkitdt pushed a commit that referenced this issue Apr 24, 2019
…-value-base-object to master

* commit '87d1304680c7da111363c125e04ee8019a4c28f6':
  Minor styling fix found in the review
  Implement the base class representing a JSON value

GitOrigin-RevId: 2a7fd081b34846da0e9c52ad492acf4a3134d634
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants