Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^2: FastCGI / Apache memory usage?

by sundialsvc4 (Abbot)
on Jul 19, 2015 at 13:14 UTC ( [id://1135359]=note: print w/replies, xml ) Need Help??


in reply to Re: FastCGI / Apache memory usage?
in thread FastCGI / Apache memory usage?

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^3: FastCGI / Apache memory usage?
by Your Mother (Archbishop) on Jul 19, 2015 at 14:48 UTC

    Apache can work with FCGI the way you describe, as a proxy, but it can also run the actual FCGI in itself in contradiction to your description.

    This is the problem. I never used to downvote you for this kind of persistent half-right, answer-free, unhelpful, spaghetti-flinging, discussion-style reply because you seem well-meaning but you have taken no feedback about it over time and the more the cluebat comes out the less you seem to hear.

    I downvoted some of your answers for waffling, handwaving, and being free of code content or actual instruction. For exactly the reasons stated: either you're boasting about it being easy when it's not or you're just chronically lazy and would rather see a screen full of your highly affected printed voice than an answer for the OP.

    I post code here pretty often that is easy (for me) and I even post things now and then that take hours to work out or explain clearly. There are dozens of monks here that do the same in the problem domains they're good at or curious about exploring. Your participation here is as lazy as it is broken.

Re^3: FastCGI / Apache memory usage?
by BrowserUk (Patriarch) on Jul 19, 2015 at 15:40 UTC
    The process has a STDIN, STDOUT, STDERR, and the FastCGI protocol essentially works from that and nothing more.

    That is wrong!

    What you've described is (or at least comes closest to being) CGI.

    The FastCGI protocol explicitly doesn't use STDOUT & STDERR; and whilst STDIN is open, it explicitly isn't the normal STDIN; and is in fact only an alias to something else.

    And you have the gall to "cordially suggest" to flexvault.

    More, pointless, meaningless, malignant and destructive garbage delivered so "politely" that it persuades other know-nothings that you're being oppressed.


    With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
    Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
    "Science is about questioning the status quo. Questioning authority".
    In the absence of evidence, opinion is indistinguishable from prejudice.
    I'm with torvalds on this Agile (and TDD) debunked I told'em LLVM was the way to go. But did they listen!
Re^3: FastCGI / Apache memory usage?
by flexvault (Monsignor) on Jul 19, 2015 at 18:11 UTC

    sundialsvc4,

      ...I have had no “categorical problems” with FastCGI, in Linux, AIX, or Windows settings. It has especially not been the case that FastCGI had any problems vis-a-vis Apache 1 vs. 2.

    I guess you haven't done much with any of the above. Unlike you, I only answer threads that I have experience with and have some knowledge of the subject. Apache 1 was a wonderful product! It is and was a great web-server. Apache 2 is the kitchen sink of security, product authorization, analysis, etc. etc.

    My answer to the original OP, was to inform him/her about my similar experience and maybe save him/her from going through months of trying to get FastCGI to work with Apache2! If the application is complex (I'm sure 'hello world' will work!), he/she may find a better alternative desirable.

    There are many things I could do with Apache1 that I cannot do with Appache2. I have had to change many scripts that ran for years with Apache1, and most of the time my changes were to reduce or eliminate functionality.

    Since my experience with FastCGI and Apache2, changes may have been made to improve the compatibility between the products, but my experience at the time was to try and debug two products. I choose to eliminated one of the problems, and just like FastCGI, I use a small cgi script to talk to an in-memory compiled Perl frame-work that responds to the requests.

    All of this is my experience with the subject, which I wanted to help the OP with. Sorry that it doesn't agree with your experiences.

    Regards...Ed

    "Well done is better than well said." - Benjamin Franklin

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (3)
As of 2024-04-25 23:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found