Forum Search Results for "" RSS 1—10 of 25

More Search Options

  • Re: FastCGI and VB6?

    Posted to FastCGI Handler by Mike Trader on 08-05-2009, 5:39 AM

     Not hard at all, but FreeBasic or even PowerBasic (if you don't mind getting banned from their forum occasionally) are better choices

    • http://forums.iis.net/p/1159374/1912570.aspx#1912570
  • Re: FastCGI terminating using POST method

    Posted to FastCGI Handler by Mike Trader on 01-06-2009, 3:51 PM

     Hi Anil, Thank you for you reply. This is an EXAMPLE of a use of chunked xfer. In this example, if i need to upload a 100MB file over a consumer connection, it could take hours, so breaking it up into smaller pieces makes sense from a TIMEOUT perspective, and also allows a broken connection to pick up with the last chunk that was ...

    • http://forums.iis.net/p/1154134/1889192.aspx#1889192
  • FastCGI terminating using POST method

    Posted to FastCGI Handler by Mike Trader on 01-06-2009, 1:46 AM

     The concept of fast CGi is that the process outlives the request. This is very usefull for situations where a number of requests are required to complete a larger process. In this case, I am uploading a larger file (10MB) in chunks. If I tried to do a single POST I would run into the SndTo  TIMEOUT: I am using WinHTTP (not WinInet) ...

    • http://forums.iis.net/p/1154134/1889102.aspx#1889102
  • Re: FCGX_ odd behaviour in libfcgi.dll

    Posted to FastCGI Handler by Mike Trader on 12-12-2008, 2:58 AM

    This header is written by: 1995-1996 Open Market, Inc Where is the MSDN API description that I could work from? I need to understand what would be the minimum requirement to write to this API in terms of functionality? Please do not send me to the fastcgi website as that is where this problem begins. Where is the MS documentation fo ...

    • http://forums.iis.net/p/1153027/1887357.aspx#1887357
  • Re: FCGX_Accept_r() return on timeout

    Posted to IIS 7 - FastCGI Module by Mike Trader on 12-12-2008, 2:52 AM

     This forum according to the IIS Team: "This is a good way to reach the IIS core team with FastCGI-related bug reports or feature requests." Kanwal, How do you expect the unsuspecting average developer to utilize FastCGI without using an API library like this? You promote FastCGI but you fail to mention that the critical link ...

    • http://forums.iis.net/p/1153711/1887356.aspx#1887356
  • FCGX_Accept_r() return on timeout

    Posted to IIS 7 - FastCGI Module by Mike Trader on 12-11-2008, 7:33 PM

     Under IIS 6 FCGX_Accept_r() does not return -1 http://forums.iis.net/t/1153693.aspx as the documentations says : http://www.fastcgi.com/devkit/doc/FCGI_Accept.3  RETURN VALUES 0 for successful call, -1 for error (application should exit).   so when the host  (IIS6.0) times out the FastCGI application my cleanup ...

    • http://forums.iis.net/p/1153711/1887336.aspx#1887336
  • handling termination in FastCGI (FCGX_Accept not working as documented)

    Posted to FastCGI Handler by Mike Trader on 12-11-2008, 4:22 AM

    Regardless of whether i set FCGI_FAIL_ACCEPT_ON_INTR or not, I cannot get any return from FCGX_Accept_r() when my FCGI process is closed by the host (due to timout for example) searching this forum returns no posts but a google search returns: http://osdir.com/ml/web.fastcgi.devel/2007-12/msg00002.html > I have a signal handler that ...

    • http://forums.iis.net/p/1153693/1887264.aspx#1887264
  • Re: Only one PHP Application will work at a time.

    Posted to FastCGI Handler by Mike Trader on 12-05-2008, 6:50 AM

     In my experience, a 500 error with The FastCGI process exited unexpectedly means your php code crashed somewhere. Debug it step by step

    • http://forums.iis.net/p/1153571/1886836.aspx#1886836
  • Re: file permissions under PHP

    Posted to PHP Community by Mike Trader on 12-04-2008, 10:36 AM

     yes obviously, the question is how do you set this? specifically, hod do you set the permiossion of a script of even PHP.exe for a range of directories so that ALL the files in them (regardless of thier extension) inherit the setting?

    • http://forums.iis.net/p/1153512/1886748.aspx#1886748
  • Re: file permissions under PHP

    Posted to PHP Community by Mike Trader on 12-03-2008, 12:13 PM

     Understood. Is there a way in IIS to set a global permission for a PHP script?

    • http://forums.iis.net/p/1153512/1886654.aspx#1886654

1 2 3 Next >

Microsoft Communities