fastcgipp-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Fastcgipp-users] Question about Fastcgi++ mechanism


From: Eddie Carle
Subject: Re: [Fastcgipp-users] Question about Fastcgi++ mechanism
Date: Thu, 29 Dec 2011 10:46:18 -0700

On Thu, 2011-12-29 at 15:16 +0800, lxs567890 wrote:
> Right now I'm using fastcgi++ to implement communicating with the
> Nginx server. According to the documentation I know this framework is
> implemented on the Boost:asio. Now I'm confused why fastcgi++ can
> simultaneously handle multi-request in single process which may have
> completed logic. And I know the fastcgi is to release the preasure of
> Nginx to the backend.

Well, I'm not sure if you are talking about Nginx or fastcgi++ when you
mention Boost::asio, but fastcgi++ does not use Boost::asio. It has it's
own communication code. The task manager in fastcgi++ simply gives
execution to a request, then the request returns it when it is done with
it. Execution can be relinquished and re-given to a request multiple
times during its life.
-- 
        Eddie Carle




reply via email to

[Prev in Thread] Current Thread [Next in Thread]