PHP ISAPI and FastCGI

Discussion in 'PHP' started by MayurGondaliya, Apr 8, 2008.

  1. #1
    What is the difference between PHP ISAPI and FastCGI modules? Why is FastCGI being used most widely?

    Thanks,
     
    MayurGondaliya, Apr 8, 2008 IP
  2. m0nkeymafia

    m0nkeymafia Well-Known Member

    Messages:
    399
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    125
    #2
    I dont know about FastCGI

    ISAPI is generally windows / c++ / c# based and is compiled and PHP is uncompiled and generally runs on *nix but can also run on windows now
     
    m0nkeymafia, Apr 9, 2008 IP
  3. MayurGondaliya

    MayurGondaliya Well-Known Member

    Messages:
    1,233
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    170
    #3
    Well.
    PHP can be run in IIS by two techniques. Once is ISAPI and the rest is FastCGI. My question is that why FastCGI is widely used in IIS, not ISAPI ???
     
    MayurGondaliya, Apr 9, 2008 IP
  4. MayurGondaliya

    MayurGondaliya Well-Known Member

    Messages:
    1,233
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    170
    #4
    Well.
    PHP can be run in IIS by two techniques. One is ISAPI and the rest is FastCGI. My question is that why FastCGI is widely used in IIS, not ISAPI ???
     
    MayurGondaliya, Apr 9, 2008 IP