Subject shutdown in classic version
Author diegoph79
Hi

I always worked with superserver version, but now some computers have better performance in classic, so I am using classic too.

I want to disconnect all clients the safest way. I tried this but is not working
/opt/firebird/bin/gfix 127.0.0.1:/database.fdb -user databaseowner -pass xxx -shut full -force 0

The database is not allowing new connections, but is not disconnecting the clients already connected.

Diego