This is a discussion on What’s a Windows process? within the VB.NET Programming forums, part of the Software Development category; What’s a Windows process?...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| What’s a Windows process? |
|
#2
| |||
| |||
| It’s an application that’s running and had been allocated memory.
__________________ S.VinothkumaR Behind me is infinite power, Before me is Endless Possibility, Around me is Boundless Opportunity, Why should I fear! |
|
#3
| |||
| |||
| Hmm....then, Why do you call it a process? What’s different between process and application in .NET, not common computer usage, terminology? ![]() |
|
#4
| |||
| |||
| hmm...super.... A process is an instance of a running application. An application is an executable on the hard drive or network. There can be numerous processes launched of the same application (5 copies of Word running), but 1 process can run just 1 application.
__________________ S.VinothkumaR Behind me is infinite power, Before me is Endless Possibility, Around me is Boundless Opportunity, Why should I fear! |
|
#5
| |||
| |||
| What’s typical about a Windows process in regards to memory allocation? |
|
#6
| |||
| |||
| hmm.... Each process is allocated its own block of available RAM space, no process can access another process’ code or data. If the process crashes, it dies alone without taking the entire OS or a bunch of other applications down.
__________________ S.VinothkumaR Behind me is infinite power, Before me is Endless Possibility, Around me is Boundless Opportunity, Why should I fear! |
|
#7
| |||
| |||
| Hi S, It is the first place where I found a real answer. Could you please explain me what a thread is ? And why for some applications as for Notepad , when I open several windows in Windows Vista Premium , a correspondent number of processes appear in Task Manager and for Firefox 3.5 only one appears ? Thank you Regards. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| background process in php | jegan | PHP Programming | 3 | 04-04-2008 10:48 PM |
| how can i get a process time? | saravanan | Java Programming | 1 | 03-26-2008 01:18 AM |
| Loading Process | varghese | HTML, CSS and Javascript Coding Techniques | 1 | 09-06-2007 10:19 PM |
| Relation between process system time, process waiting time | vigneshgets | Operating Systems | 0 | 07-31-2007 11:57 PM |
| What is the maximum amount of memory any single process on Windows can address? | vadivelanvaidyanathan | ASP and ASP.NET Programming | 0 | 07-15-2007 06:28 PM |
Our Partners |