Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: making dynamic web pages

by bv (Friar)
on Dec 21, 2009 at 18:08 UTC ( [id://813739]=note: print w/replies, xml ) Need Help??


in reply to making dynamic web pages

That is basically correct. There is another option, FastCGI, which uses a socket connection between the web server and the application to communicate. Anything beyond that would probably depend on whether any particular web server offers dynamic page generation.


print map{(split//,'hark, suPerJacent other l')[$_]}(11,7,6,16,5,1,15,18..23,8..10,24,17,0,12,13,3,14,2,4);

Replies are listed 'Best First'.
Re^2: making dynamic web pages
by manishrathi (Beadle) on Dec 22, 2009 at 03:35 UTC
    For FastCGI protocol, how would that protocol be used ? If there are two protocols being used, which one will be used by the request. What I mean is, when a request comes in and if that needs dynamic creation of the webpage, which protocol will be used by the web server to transfer the request data to application if there are more than one protocols are available ?
    Or there can be only one protocal on the webserver at a time, so whenever a request needs to dynamically create a web page, only this protocal can transfer request data to the application ?
    Pls explain
      used by the web server to transfer the request data to application if there are more than one protocols are available

      like every software you, configuration

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://813739]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (7)
As of 2024-03-28 19:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found