Sniffer

This sample demonstrates the ability to detect ‘dead’ connections. (It is used together with the ConnectCtx sample.)

How to Run

In a console window run

 
    target\bin\createdb_sniffer
     

Then in a second console window run

 
    ConnectCtx
 

But it is more instructive to run one instance in your development environment debugger, stepping through the code.