Subject Re: [Firebird-Architect] Vulcan statement cancel operation
Author Dmitry Yemanov
"Tom Cole" <tom.cole@...> wrote:
>
> I am confused as to why a statement cancel isn't equally useful for
> a remote scenario as it is for the embedded case.

We use blocking sockets and every API call causes the client to perform a
synchronous wait (for the server response) on this socket. So we cannot
deliver a cancellation call via this port.


Dmitry