No, they're within the cooperative context of the main (and usually only) 
scheduler.  So usually you don't need to worry about thread safety.  This is a 
design point inherited from the original NOX, and it fits nicely with Python 
where you don't get computational advantage from multiple threads anyway.

-- Murphy

On Dec 4, 2014, at 11:35 AM, Alison C. <chan7...@kettering.edu> wrote:

> Hi,
> 
> Are event handlers outside of the cooperative thread context of Pox;
> i.e., must I worry about thread safety in highly event driven Pox
> applications?
> 
> -- 
> Alison Chan
> Kettering University
> chan7...@kettering.edu
> +1 909 278 7753

Reply via email to