Hi, currently db drivers on Windows are started by pid = _spawnl ( _P_NOWAIT, startup, "", NULL ); everything works but if a module which started the driver crashes the driver remains running. Anybody has idea how to force the driver to exit if its parent exited? Thanks Radim