2008/9/4 Tuure Laurinolli <[EMAIL PROTECTED]>
> JianXing Yi wrote: > >> Also, I print state info in SESSION_IDLE event handling every 2 seconds, >> all >> sessions are in a same state (STATE_A). My statemachine expects a >> MESSAGE_SENT event to trigger it transit from STATE_A to STATE_B, it is >> obvious that the session receives no MESSAGE_SENT events any more. >> > > What generates MESSAGE_SENT events? I.e. what doesn't happen (since no > events are generated)? > MESSAGE_SENT event generated by my sending out a message. > Also, have you tried with a different number of sessions? Start with one > and find out if the behabior is the same. > I've tried with a different number of sessions, for example 1000 sessions, > and I've not found this behavior yet. >
