[web-devel] questions about ResponseEnumerator

Kazu Yamamoto ( 山本和彦 ) kazu at iij.ad.jp
Thu Oct 6 03:52:46 CEST 2011


Hello Michael,

>>> I think we could make that functionality optional, based on an extra
>>> setting parameter. Would this just be boolean, or is more
>>> sophisticated control required?
>>
>> What I want to do is to prevent a bad guy abusing CGI. So, I guess
>> that boolean is enough.
> 
> Alright, here's a first stab[1]. What do you think?
> 
> Michael
>
> [1] https://github.com/yesodweb/wai/commit/d2b6c66abef939bb1396d576e7541b711a6db67b

Mighttpd executes a sub process and creates a pair of pipes for
CGI. If timeout happens, it seems to me that there is no way to kill
the sub process and close the pipes with this scheme.

I would like to register a house-keeping action to Wrap's timer.

--Kazu



More information about the web-devel mailing list