what is proces ?
Answers were Sorted based on User's Feedback
Answer / srinivasendra
A Process is an instance of running application.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / siva
In Windows, Thread is an unit of execution.Process is the
environment in which thread executes.Scheduler, schedules
the Threads not the process.
In Unix variants,Thread is treated as light weight process.
Scheduler, schedules the process not threads.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / manjiri
Process is the environment in which thread(s) are executed.
You can have have many threads in one process.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / adityait27
proces is an action.
go to do something.
it's continue or stay
to hold
| Is This Answer Correct ? | 0 Yes | 4 No |
What Is "AtlAxWin80"?
What are the known problems with the ATL 2.0 Object Wizard?
What problems might be encountered when using _ATL_MIN_CRT? What causes the linker error that _main is unresolved during Release builds?
Does ATL require an application server to operate?
What changes does a control need to run in the Visual Basic 5.0 Control Creation Edition?
Why is the put_Font or putref_Font method not called when an ActiveX control's Font property is changed by the ActiveX Control Pad?
how do you like to go up in a swing
How to Implement static object hierarchies in ATL ?
why we write function's implementation in .h file while developing the Web application through VC++?
How to Use structs in Automation-compatible interfaces?
how to create SDK based ATL ? how to create SDK based COM?
How to Obtain data from the client via an outgoing event dispinterface in ATL ?