logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Difference between executing as a service or as application
Author
blikblum



Joined: 11 Feb 2013
Posts: 2

PostPosted: Tue 12 Feb '13 0:14    Post subject: Difference between executing as a service or as application Reply with quote

I installed apache 2.4.3 in windows server 2003. Since i did not get administrator rights in this machine i could not install as a service.

I runned as an application through the command line console and is working fine.

Is there any difference regarding performance when running as a service or as an application?

Is there any other benefit or drawback of running as a service or as an application?
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Tue 12 Feb '13 1:33    Post subject: Reply with quote

Windows Service

Pros:
Starts when the machine is booted up
Runs regardless of if anyone is logged in
Can be run as a specific user even when user is not logged in. This also enables "Jailing"

Cons:
Has full access to the system unless "Jailed"

Console

Pros:
Only has access to the system the user running it has

Cons:
Has to be started manually
The user must be logged in, once they log out Apache stops
Back to top
blikblum



Joined: 11 Feb 2013
Posts: 2

PostPosted: Tue 12 Feb '13 2:48    Post subject: Reply with quote

Many thanks.
Back to top


Reply to topic   Topic: Difference between executing as a service or as application View previous topic :: View next topic
Post new topic   Forum Index -> Apache