Skip to content

Commit

Permalink
Adding note about HTTP clients
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed May 22, 2015
1 parent 22a4f1c commit f08e65f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/getting-started/basic-usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,16 @@ Service-specific configuration values are a union of the service-specific
values and the root-level values (i.e., service-specific values are shallow
merged onto root level values).

.. tip::

It is highly recommended that you use the ``Sdk`` class to create clients
if you are utilizing multiple SDK clients in your application. The ``Sdk``
class will automatically utilize the same HTTP client for each SDK client,
allowing SDK clients for different services to perform non-blocking HTTP
requests. If the SDK clients do not use the same HTTP client, then HTTP
requests sent by the SDK client may cause inter-service promise
orchestration to block.


Executing service operations
----------------------------
Expand Down

0 comments on commit f08e65f

Please sign in to comment.