LockedPHP Thread Safe vs. Non Thread Safe

Author
starnetwork
Junior Member
2010/04/17 04:53:34 (permalink)

PHP Thread Safe vs. Non Thread Safe

hi,
what is the best option for shared hosting server
PHP Thread Safe or Non Thread Safe ?

Best Regards,
Star Network
#1

13 Replies Related Threads

    nws
    Junior Member
    Re:PHP Thread Safe vs. Non Thread Safe 2010/04/19 17:17:33 (permalink)
    If you are going to use ISAPI filter with php on windows, then use the thread safe. If youre going to use fast-cgi then the non thread safe will be faster and better.
    #2
    starnetwork
    Junior Member
    Re:PHP Thread Safe vs. Non Thread Safe 2010/04/24 03:52:17 (permalink)
    OK, Thanks
    but what is better, ISAPI or fast-cgi?
    #3
    George30
    Junior Member
    Re:PHP Thread Safe vs. Non Thread Safe 2010/08/26 19:50:39 (permalink)
    hi..
    anyone can give some info about PHP Thread Safe and  Non Thread Saf..
    so that i can know who is the best..
    thanks a lot btw im new in this site..
    have a nice day


    _________________








    post edited by George30 - 2010/08/26 19:55:53
    #4
    HC Team
    Hosting Controller
    Re:PHP Thread Safe vs. Non Thread Safe 2010/08/30 06:28:23 (permalink)
    starnetwork

    OK, Thanks
    but what is better, ISAPI or fast-cgi?



    No doubt FastCGI is better then ISAPI but currently we only support ISAPI along with HC panel.
    #5
    Re:PHP Thread Safe vs. Non Thread Safe 2010/08/30 07:10:23 (permalink)
    You can also use Cgi module (php-cgi.exe ) as well.
    #6
    HC Team
    Hosting Controller
    Re:PHP Thread Safe vs. Non Thread Safe 2010/08/30 08:21:58 (permalink)
    ISAPI works better then CGI on IIS.
    #7
    Re:PHP Thread Safe vs. Non Thread Safe 2010/08/30 08:22:04 (permalink)


    HC Team

    No doubt FastCGI is better then ISAPI but currently we only support ISAPI along with HC panel.



    If you admit that FastCGI is better option to use then why HC don't support it ?
    #8
    HC Team
    Hosting Controller
    Re:PHP Thread Safe vs. Non Thread Safe 2010/08/31 10:05:41 (permalink)
    This is already in our to do list and will be supported soon in any coming Build.
    #9
    nextmill
    Senior Member
    Re:PHP Thread Safe vs. Non Thread Safe 2010/11/14 19:13:44 (permalink)
    Build 9 came and went, yet FastCGI still is not supported it seems!!  There is no option to enable HC to create a Fast-CGI mapping instead of the standard cgi mapping.
    #10
    renhack
    Member
    Re:PHP Thread Safe vs. Non Thread Safe 2010/11/16 06:48:50 (permalink)
    You could always use fastcgi.  Just put it in the path for php setup.  We've been using it for a long time now.
    #11
    techMate
    Member
    Re:PHP Thread Safe vs. Non Thread Safe 2010/11/21 04:14:34 (permalink)
    Will it be supported in the next build????
    #12
    nextmill
    Senior Member
    Re:PHP Thread Safe vs. Non Thread Safe 2010/11/22 12:57:58 (permalink)
    FastCGI requires that the handler mapping be created as a FastCGI, with the normal c:\php\php-cgi.exe as the application path.  So far with Hotfix9 there is no way to select between 'FastCGI' Module Map or a CGI Script Map.  So what happens is HC is creating a CGI Script Map for c:\php\php-cgi.exe and we have to manually go into the configuration, remove this mapping, and manually create a new Module Map that uses FastCgiModule for c:\php\php-cgi.exe instead
     
    #13
    itahmed
    Junior Member
    Re:PHP Thread Safe vs. Non Thread Safe 2010/12/03 09:44:29 (permalink)
    We have FastCGI and it seems to work fine... anything wrong with that? what issues can we run into?
    #14
    Jump to: