Jump to content

Recommended Posts

I am trying to get my head around the specification for a course my college is running (i'm not teaching it but am in charge of course quality).  Two of the advantages identified about using web server scripting in the specification are:

 

  • Run as lower overhead code inside web server plugins
  • Hide web server interface inside economical APIs

 

I am unsure as to what these two specific things are as benefits and I was hoping someone on this site might be able to help me understand.  I do have a generally good knowledge of web server scripting so I figure that my lack of understanding is down to the wording.  I apologise if I have posted this on the wrong forum.

 

I would be most grateful for any help that is offered.

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/242453-advantages-of-web-server-scripting/
Share on other sites

What do you mean by "web server scripting"? Scripting the web server software itself? That's the best interpretation I can make given those two points.

 

- Plugins to the server would mean higher overhead. They would have to be executed where before they were not. I don't know what this point is getting at.

- APIs would enable someone to control the server without having to care about exactly what happens. Imagine a Restart command: someone could script that command without having to know how to shutdown every application themselves.

btw, thanks for the help, I understand the second point quite clearly now, just need to figure out the first.  Unfortunately the people who write these specifications often don't seem to really know what they're talking about themselves.

Then in that case,

- Run as lower overhead... compared to what?

- Pretty much the same as I said before, except it isn't the server being controlled. Could access a database, send emails, play music, whatever you can make a script do.

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.