@Override
public void handleMessage(ByteBuffer message, Connection c) {
try {
StoredProcedureInvocation spi = new StoredProcedureInvocation();
spi.initFromBuffer(message);
final String proc = spi.getProcName();
// record if we got a ping
if (proc.equals("@Ping"))