kulpa / google-api-python-client

Automatically exported from code.google.com/p/google-api-python-client
Other
0 stars 0 forks source link

Support threadsafe: true #136

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The package doesn't support working with threadsafe: true, this cause the 
entire app not being able to work with multiple threads.

Original issue reported on code.google.com by erlichmen on 24 May 2012 at 7:31

GoogleCodeExporter commented 9 years ago
Objects from the library aren't threadsafe, so that means you just have to make 
sure you use one httplib2.Http() object per thread. The only other outstanding 
problem is the way decorators are handled, which is in the app.yaml file, which 
will change when this CL lands:

  http://codereview.appspot.com/6441056/

Original comment by jcgregorio@google.com on 1 Aug 2012 at 6:36

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 9c4d5eb9cb82.

Original comment by jcgregorio@google.com on 3 Aug 2012 at 8:18