thread

  1. L

    Android Question Threading library problem.

    Good morning everyone. I rarely post here because I usually try to solve my coding problems by browsing through the forum and the web, but this time I can’t figure it out. I have an issue with the Threading library (Ver.1.10) when starting a thread. I’ve posted the problematic code, but if...
  2. XbNnX_507

    B4J Library BackgroundWorkerClass

    Hello EveryOne, This is the BackgroundWorker but without all the bells and whistles of JServer. ?
  3. Dave O

    Android Question KVS and threading

    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...
  4. Alessandro71

    Android Question Services are processes or threads?

    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?
Top