> > What about PIL related concerns? Are we guaranteed that the crypto > doesn't require an interrupt service routine to to run that won't be > blocked because we might already be in interrupt context?
Indeed -- e.g., memory allocation triggering disk paging. I think disk is typically at a lower interrupt priority (5) than networking (6), so it seems like that would be a problem. -- meem _______________________________________________ networking-discuss mailing list [email protected]
