Re: Sending custom events to a TSCont

2016-11-16 Thread Alan Carroll
I'd try picking a value >= 7 and just casting it to the enum. I don't think there's an official mechanism for doing that. Although you could use EVENT_IMMEDIATE and pass additional data in the edata field. On Wednesday, November 16, 2016 7:42 AM, Jonathan Adams wrote: Hi, I am w

Sending custom events to a TSCont

2016-11-16 Thread Jonathan Adams
Hi, I am writing a plugin that will perform some (relatively) slow actions on an incoming request. My plan is that, rather than having the plugin block waiting for each action to finish, they will launch in separate threads and then send an event to the appropriate TSCont instance to indicate t