On Thu, Nov 04, 2004 at 08:02:24PM +0000, Mike Hearn wrote: > Long term the plan is to use SIGUSR2 to implement SetThreadContext, with > SIGUSR1 uploading the sigcontext to the server for GetThreadContext like > in the patch. > > That requires modifying DOSVM so it doesn't use SIGUSR2 (or figuring out > how to overload SIGUSR2).
Sorry if I'm way off (haven't looked at the problem myself), but can't we include a command-byte or so with the payload (in the case the context), so we can multiplex multiple requests on the same signal? -- Dimi.
