Android Question Services are processes or threads?

Alessandro71

Well-Known Member
Licensed User
Longtime User
if i start 2 different services from an app, will they spawn 2 different processes or are they just 2 threads?
in other words:
2 different service modules will run in parallel on a multicore cpu, or execution will serialized anyway?
 

Similar Threads

Top