This is a discussion on Describe the difference between a Thread and a Process? within the C# Programming forums, part of the Software Development category; Describe the difference between a Thread and a Process?...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi buddy, A process is an OS-level task or service. A thread runs "inside" a process and may be virtual or simulated. Generally speaking, threads share resources like memory, where processes each have their own separate memory area, and need to take more elaborate steps to share resources. Another name for thread is "lightweight process" to distinguish it from the "heavyweight" system processes. Hope usefull.
__________________ The OXYGEN Delivers edgy, intelligent Technology to all... |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Describe the difference between a Thread and a Process? | vadivelanvaidyanathan | ASP and ASP.NET Programming | 7 | 12-25-2008 04:57 AM |
| How to wait a program control until a thread completes it process? | $enthil | C# Programming | 4 | 11-16-2007 03:08 AM |
| Process & Thread | Sathish Kumar | C# Programming | 4 | 08-22-2007 04:47 AM |
| How to get a reference to primary thread from process ? | theone | Mobile Software Development | 1 | 07-30-2007 03:50 AM |
| What is daemon thread and How to create the daemon thread Java? | bluesky | Java Programming | 1 | 07-25-2007 05:55 AM |