1.

What Is Cherrypy Vocabulary?

Answer»

There are a few important keywords which need to be defined in order to understand the working of CHERRYPY. The keywords and the DEFINITIONS are as follows

  1. Web Server: It is an interface dealing with the HTTP protocol. Its goal is to transform the HTTP requests to the application server so that they get the RESPONSES.
  2. Application: It is a piece of software which gathers INFORMATION.
  3. Application server: It is the COMPONENT holding one or more applications
  4. Web application server: It is the combination of web server and application server.

There are a few important keywords which need to be defined in order to understand the working of CherryPy. The keywords and the definitions are as follows



Discussion

No Comment Found