Blocking/non blocking client-server connection
Posted: Tue 16 Dec 2014 20:25
Is the Devart SDAC component blocking, in the sense that the Windows message queue on the client application is blocked while a query is being satisfied; and the block remains while the result dataset is read; unless the client unblocks the queue by, say, waiting for user input. So, for instance, timers can't fire while the dataset is being read.