On Wed, 1 Dec 2010, Joost van der Sluis wrote:

On Wed, 2010-12-01 at 17:05 +0100, [email protected] wrote:

On Wed, 1 Dec 2010, Joost van der Sluis wrote:

On Wed, 2010-12-01 at 15:51 +0100, [email protected] wrote:

On Wed, 1 Dec 2010, Joost van der Sluis wrote:

Also check this:
http://www.fastcgi.com/drupal/node/6?q=node/22#S4.1

The FastCGI process should return how many connection and requests it
can handle. I'm not sure anymore if FastCGI of fpc can handle muliple
requests at a time. (It could, but some parts ahve been changed)

It never could.
There is 1 connection, and all requests go through this connection.

Yes, but this was about requests. One connection can be used for
multiple requests. Each package contain an identifier for which request
it is, so multiple request can be handled.

Quote:
"The FastCGI process should return how many connection"

The last word is what I reacted on :-)


A week (or maybe 2) ago, I sent you a private mail about using select()
on the connection handle.  This or the use of threads could be used to
handle multiple connections.  Maybe look it up and reply :-)

I still have to look at it. Iirc, it once used select(), but that didn't
work on Windows, somehow.

Works fine for me. There were some other bugs on windows, which I fixed some 
time ago.

Well the app is in production, I tested the adding of select() initially on 
Windows
and it's doing just fine :-)

Michael.

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to