Garrett Goebel wrote: > > I noted this behaviour early on, but why does: > [...] > > result in: > > -><-a > > instead of: > > ->a<- > [...] > > If I modify yield by pasting in a $self->run_one_timeslice > before returning, [...] > Which I assume happens because the session is being deleted > somewhere when the last event has been invoked, but before > the last event handler has exited...
nope. wrong. What's appears to be happening is that the ->run_one_timeslice I pasted at the end of ->yield never returns... So in a strange twist of events, '_stop' is being invoked before '_start' has finished... -- Garrett Goebel IS Development Specialist ScriptPro Direct: 913.403.5261 5828 Reeds Road Main: 913.384.1008 Mission, KS 66202 Fax: 913.384.2180 www.scriptpro.com [EMAIL PROTECTED]
