Hi Ingo, 

> to the event dispatcher (first i changed the defaultvalue 
> from _MAXEVENTTASKS (2) up to 10.)
Why did you do this? Do you want to run more than one Event Dispatcher
in parallel?

> event with name OUTOFSESSIONS not dispatched (count 1)
> event with name OUTOFSESSIONS not dispatched (count 2)
> 
> maybe we did something wrong, which events are activated?!
You found a bug in the event_list command. Priority of OUTOFSESSIONS
event is HIGH, not MEDIUM. BTW, there is no need to specify the event
priority in your case. If you want to dispatch all OUTOFSESSIONS events,
it's enough to just specify the event name.

> event with name DISPERR:DBCRASH not dispatched (count 1)
> event with name DISPINFO:DISPSTOP not dispatched (count 2)
> Event Dispatcher termination
> 
> what is the problem for OUTOFSESSIONS and what is the reason 
> for DISPERR:DBCRASH ?
You found a bug in the Event Dispatcher. The kernel does not crash on a
db_restart.

Both bugs will be fixed. If you modify the condition for the
OUTOFSESSIONS event and ignore the DISPERR:DBCRASH on db_restart, you
can work for now. 

> regards ingo
> -- 
> Ingo Trapphagen
> IOn Aktiengesellschaft

Regards,
Marc-Philip

--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to