dya2 / android-scripting

Automatically exported from code.google.com/p/android-scripting
0 stars 0 forks source link

Instantiate proxy in a separate thread #352

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, AndroidProxy is created in the main thread. This is a relatively 
heavy-weight and time-consuming operation, which slows down the ASE 
performance. To speed things up, it can be executed in a separate thread.

Original issue reported on code.google.com by Alexey.R...@gmail.com on 14 Jun 2010 at 8:25

GoogleCodeExporter commented 9 years ago

Original comment by damonkoh...@gmail.com on 17 Jul 2010 at 4:37