top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Can we have multiple threads in one App domain?

+2 votes
296 views
Can we have multiple threads in one App domain?
posted Feb 25, 2014 by Vishvachi Tiwari

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

One or more threads run in an AppDomain. An AppDomain is a runtime representation of a
logical process within a physical process. Each AppDomain is started with a single thread, but
can create additional threads from any of its threads.

answer Feb 25, 2014 by Atul Mishra
Similar Questions
+1 vote

My Excel has 50 sheets i want to delete coulmn 4 to 7 from each sheet, how can we do this through visual basic

0 votes

I made an app (Java based, without JNI stuff), to stress our android device. It does some intensive work and /sdcard IO writes (They are 60 threads) all of them are with FOREGROUND priority.

After a couple of minutes appeared crashes in different places (system_server - FinalizerDaemon timeouts) and then the Watchdog rebooted the device with message Watchdog killing system process: null.

I tested it also on Nexus 7 and other android devices in production, the behavior is the SAME. It seems that some apk, can overload the system and to reboot the user-space.

Is this behavior (under high pressure/load from FOREGROUND threads) is by design in android Jelly-Bean and are there any plans for some remedy for this situation.

+3 votes

Can one DLL file contains the compiled code of more than one .NET language? If yes, how?

...