Skip to content

Number of Clients #200

Answered by baywet
dadams39 asked this question in Q&A
Discussion options

You must be logged in to vote

This simple question is difficult to answer by nature. If you look at the Graph Service Client it caries multiple things:

  • The entry point to the chained method API surface. This is just a large tree, although we wouldn't recommend creating thousands of those (there's no point in doing so), your application should be fine as long as it doesn't run out of memory.
  • The serialization/deserilization factories. They are lightweight and shouldn't be a source of trouble.
  • The http request adapter. This carries the authentication adapter and the http client. Both of these carry connections pools. The request adapter will instantiate a new HTTP client is none is passed. And this kind of behaviour ca…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dadams39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants