Jump to content

FastCGI One At A Time?


Guest

Recommended Posts

Im getting into fastcgi and im really loving the possibilities but from my point of view it looks pretty linear like it can only process one thing at a time? Is that true?

 

Im worried if I server up large files would it have to wait for one to finish before the next one starts? I would use fcgi to send files because I need to add a security layer.

Link to comment
Share on other sites

I know im on phpfreaks but I posted in the other software section im not talking about php im talking about fastcgi and fastcgi uses the same process for multiple requests thats where my concern is does it have to wait for the first request to finish before it moves on to the second one?

Link to comment
Share on other sites

 

I've never used FastCGI so I'm not well versed in it.  This is just my understanding of the process, not sure on it's accuracy.

 

uses the same process for multiple requests thats where my concern is does it have to wait for the first request to finish before it moves on to the second one?

 

FastCGI does re-use the same process for requests yes, but it does not use the same process for all requests.  It will spawn several processes which all process requests as they come in.  FastCGI will distribute the requests among all these processes as they come in so there shouldn't be any, or much anyway, waiting around for requests to complete.

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.