what is the difference bewteen a normal process and a service?
why should i use a service instead of a normal process and vice versa?
Printable View
what is the difference bewteen a normal process and a service?
why should i use a service instead of a normal process and vice versa?
Moved
A process runs for the duration specified/dependent on the program that starts it off. A service exists as an independent program that can have processes of its own.Quote:
Originally Posted by KopiBeaner
Application requirements. There can be way too many reasons for each to list, so you'll need to be specific about your scenario. Or, derive a set of criteria from the difference as illustrated above.Quote:
why should i use a service instead of a normal process and vice versa?
that got me confused. i need to know does a service get more permission to do some things?
That would depend on the process or the service.Quote:
Originally Posted by KopiBeaner