[Web-SIG] A 'shutdown' function in WSGI

Tarek Ziadé ziade.tarek at gmail.com
Tue Feb 21 09:23:38 CET 2012


On Tue, Feb 21, 2012 at 8:56 AM, Simon Sapin <simon.sapin at exyr.org> wrote:

> Le 21/02/2012 08:47, Tarek Ziadé a écrit :
>
>  Yes, I also think shutting down the server is completely orthogonal to
>> requests.
>>
>
> If the shutdown callback is next to the application and not registered in
> a request, why not also have the symmetric "server start up" callback that
> would not wait for a request? This would avoid workarounds like
> Flask.before_first_request.
>
> Both of these callbacks could be called once per process (aka. space where
> requests share memory.)
>
>
Fair point,


> Instead of having to provide two or three objects separately to a server,
> how about making the callbacks attributes of the application callable?
>

can you show us an example ?



> Regards,
> --
> Simon Sapin
>



-- 
Tarek Ziadé | http://ziade.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/web-sig/attachments/20120221/260c3899/attachment.html>


More information about the Web-SIG mailing list