Concurrency Control in LLBLGen tool

Posts   
 
    
Sandumone
User
Posts: 22
Joined: 29-Nov-2008
# Posted on: 29-Nov-2008 19:59:29   

How can we implement concurrency control in a project at high level rather than using IConcurrencyPredicateFactory for each save.

is there any way by which we can implement the concurrency control as a whole on tables.

i have to implemenet concurrency control on whole of my project.

the only way i know is use IConcurrencyPredicateFactory and do it at each save call.

please suggest efficient ways of doing this.

I want more suggestions which will help me in implementoing the efficient way of concurrency control .

Thx for all the help.

arschr
User
Posts: 894
Joined: 14-Dec-2003
# Posted on: 29-Nov-2008 23:51:22   

How can we implement concurrency control in a project at high level rather than using IConcurrencyPredicateFactory for each save.

Can you describe how you would want this to work, in an ideal case?

Walaa avatar
Walaa
Support Team
Posts: 14993
Joined: 21-Aug-2005
# Posted on: 01-Dec-2008 10:43:16   

Use Dynamic Injection.

There is an example specific to the concurrencyPredicate DI in the docs. Please check this link

Sandumone
User
Posts: 22
Joined: 29-Nov-2008
# Posted on: 01-Dec-2008 15:17:27   

Thx a lot..leme try this and will jump in if i have any issues.

Thx a lot guys for all your help.