Hi Mohammad,

> * Put the managers into a one static table for all threads so it
>   will not be re-created all the time.

  The idea is to allocate FastCGI managers per thread.  In this way,
  it is consistent (connections never change of thread) and we don't
  need semaphores to protect the static table.

> * Put the connection to blocking mode, this was done to make
>   debugging easier. It could be turned off later.

  Yeah, it is a good idea, it is much easier to debug :)

> * Added fcgi_phase_finished to mark the session has ended after
>   received end-request from the server.

  I already added that state in a previous commit (rev 113).

--
Greetings, alo.
http://www.alobbs.com
_______________________________________________
Cherokee mailing list
[email protected]
http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee

Reply via email to