Best practice for handling ConnectionDroppedHandler in OCS Server Application

Posted by Paul Nearney on Stack Overflow See other posts from Stack Overflow or by Paul Nearney
Published on 2008-10-01T10:20:36Z Indexed on 2010/05/22 21:00 UTC
Read the original article Hit count: 314

Hi all,

In general, it seems that the majority of times that ConnectionDroppedHandler would get called in an OCS server application is for expected reasons e.g. server application has been unregistered, server is shutting down, etc.

Are there any unexpected situations in which ConnectionDroppedHandler can be called? Basically, i'm wondering whether it will ever be necessary to log an error to the event log from this event handler.

Many thanks,

Paul

© Stack Overflow or respective owner

Related posts about best-practices

Related posts about error-handling