I'm using the Threading library to background-load hundreds of poker hands from KeyValueStore2, while the user plays new poker hands in the foreground.
I noticed that when I save the most recent poker hand into KVS2, it stops the background thread. In other words, doing a Put when another...
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?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.