Page 1 of 1

Release Note "Work in a multi-threaded environment through a single connection is supported"

Posted: Fri 05 Mar 2021 11:43
by dschuch
Hi,

can u give some more information about this. What das it mean?

SELECTs are isolated? Executes as well? So everything running against the server is checking if the connection is used by another thread and waits for?

I not not think that u call a syncronize for scroll events and so on?

Thanks,
Daniel.

Re: Release Note "Work in a multi-threaded environment through a single connection is supported"

Posted: Thu 11 Mar 2021 16:30
by oleg0k
Hello,
Multithreading implies that a single connection can be used in several threads. Earlier, each thread required a seperate connection object. The application developer is responsible for implementing concurrent access to the data through parallel Update (or Update and Select) operations performed in different threads, handling blocking threads, etc.

wbr, Oleg
Devart Team