SilverHoodCorp / gdata-java-client

Automatically exported from code.google.com/p/gdata-java-client
Apache License 2.0
0 stars 0 forks source link

Multithreading #258

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is the gdata client (specifically YouTubeService) multithreaded? Can I use
the same service in several threads at the sa,e time?
Thanks

Original issue reported on code.google.com by refo...@gmail.com on 11 Apr 2010 at 7:35

GoogleCodeExporter commented 9 years ago
YouTubeService is not safe for use by multiple threads.  You need to implement 
your own 
synchronization for it.

Original comment by yanivin...@gmail.com on 28 Apr 2010 at 4:33