Multithread scenario

Discussion of open issues, suggestions and bugs regarding EntityDAC
Post Reply
katsumoto
Posts: 2
Joined: Tue 08 Jan 2013 12:10

Multithread scenario

Post by katsumoto » Wed 14 Jan 2015 00:09

hi folks, :wink:

currently we sucessfully developed our application in that scenario using basically UniDAC and his features like pooling and disconnected mode and OmniThread.

to resume, when a task needs to interact with the database we create the connection at runtime, make the request and then destroy it.

another thing to mention here is that currently we have our own ORM that works great in this scenario too. thanks to the complexity of the ORM at the moment we can dedicate the amount of time it requires, so basically our ORM library is getting obsolete by the pass of time.

so the question is, can we apply entitydac into this multithread structure of ours without any trouble?

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Multithread scenario

Post by AlexP » Thu 15 Jan 2015 10:18

Hello,

We haven't tested EntityDAC with OmniThread. You can download the trial version of EntityDAC and check performance by yourself.

Post Reply