Patrick Cernko wrote: > Klaus Schmidinger wrote: > >>The SVDRP interface is processed once a second, so it can take >>up to one second until a client gets a reaction. >> >>See cInterface::GetKey() in interface.c. >> >>You could try reducing the wait time from 1000 to, say, 100. >>However, you should check whether the overall system load >>increases when doing so. >> > > > Any chance, that you manage it to migrate this code to use select/poll > instead of only polling manually once a second? I think vdradmin with > its many queries whould benefit a lot of a prompt answer. "Chance" yes, but only after version 1.4. Klaus