A daemon thread should be used for some background task that might provide a service to the applications. e.g. a Server thread listening on a port for the clients` requests. A thread for which an exit method is not provided or which does not have an exit mechanism can be marked as a daemon thread.
This blog is for .NET and related web technology, where you will find some really good and time saving answers which can help you to make your fundaas clear.
Saturday, August 4, 2012
Daemon Thread
A daemon thread should be used for some background task that might provide a service to the applications. e.g. a Server thread listening on a port for the clients` requests. A thread for which an exit method is not provided or which does not have an exit mechanism can be marked as a daemon thread.
Labels:
Asp.net,
C#,
Interview Questions,
Threading
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment