>>> For mules, is its stability and availability as good as uWSGI itself?
>>>
>>> Could a mule process be easily destroyed or recycled?
>>
>>
>> they are like standard workers, so if they die they will be respawned.
>>
>> You can even set harakiri for them if you need it.
>
> if yo uset a harakiri on the mule, how do you keep it alive then?
> is there an api that says "I'm alive" or it will be destroyed no matter
> what after the harakiri timeout expires?
>


http://projects.unbit.it/uwsgi/wiki/Decorators#harakiri

you "mark" critical areas with set_user_harakiri

the harakiri is not removed until you "unmark" it

-- 
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to